From 716015b9cc75a8c169560e133bf6d8fa6c08227e Mon Sep 17 00:00:00 2001 From: Pedro Pinto Silva Date: Mon, 20 May 2024 15:20:13 +0200 Subject: [PATCH] Remove erroneous css selector and its rule It seems when updating CSS we introduced the "w2ui-toolbar" with missing dot: 826592458c2c08255c0aeaefa620f1d6b2f97dac But it seems the problem is inherited from long ago with "#toolbar-up-more,w2ui-toolbar" (comma instead of dot) introduced in 6901ad9251821e1b0003e1b1536a7e92a780aab5 Signed-off-by: Pedro Pinto Silva Change-Id: Ia7023581979f0644b90437a6d65aaae8288360f2 --- browser/css/toolbar.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/browser/css/toolbar.css b/browser/css/toolbar.css index 4e7abc191..7c0ba54af 100644 --- a/browser/css/toolbar.css +++ b/browser/css/toolbar.css @@ -133,15 +133,6 @@ color: var(--color-primary); } -w2ui-toolbar { - position: absolute; - right: 10px; - top: 40px; - border: 1px solid var(--color-border); - z-index: 1000; - display: none; - overflow: visible !important; -} .w2ui-toolbar table.w2ui-button .w2ui-tb-down > div, .select2-container--default .select2-selection--single .select2-selection__arrow b { border-top: 5px solid var(--color-main-text);