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);