From 0d32be9e25151ed6f26f8d3d8b2fff96c776bfcc Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 12 Jun 2025 18:04:27 +0200 Subject: [PATCH] #7467 --- resources/linkeditor-stable/style/inc/_toolbar.sass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/linkeditor-stable/style/inc/_toolbar.sass b/resources/linkeditor-stable/style/inc/_toolbar.sass index edf175810..4533fed59 100644 --- a/resources/linkeditor-stable/style/inc/_toolbar.sass +++ b/resources/linkeditor-stable/style/inc/_toolbar.sass @@ -33,7 +33,9 @@ width: 0 height: 26px margin: 0 2px - border-left: 1px solid $toolbar-color + border-left: 1px solid lighten($toolbar-color, 25%) + @include dark-theme + border-left-color: darken($toolbar-color-dark, 25%) div[data-icon] position: relative -- 2.39.5