From c3368167d051abaaa61c7fcf27f8b79795518859 Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Tue, 6 May 2025 13:43:11 +0100 Subject: [PATCH] Remove z-index from outline elements (#25265) GitOrigin-RevId: 39b85a478b71bf42ebb6b886b6ae1b4ed6557570 --- .../frontend/stylesheets/bootstrap-5/pages/editor/outline.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/outline.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/outline.scss index dc83a234bc..cc815ea058 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/outline.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/outline.scss @@ -281,7 +281,6 @@ font-size: inherit; vertical-align: inherit; position: relative; - z-index: 1; color: var(--outline-item-carat-color); margin-right: calc(var(--spacing-03) * -1); border-radius: var(--border-radius-base); @@ -304,7 +303,6 @@ background-color: transparent; border: 0; position: relative; - z-index: 1; padding: 0 var(--spacing-03); line-height: var(--spacing-08); border-radius: var(--border-radius-base);