Remove erroneous css selector and its rule

It seems when updating CSS we introduced the  "w2ui-toolbar"
with missing dot: 826592458c

But it seems the problem is inherited from long ago with
"#toolbar-up-more,w2ui-toolbar" (comma instead of dot) introduced in
6901ad9251

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Ia7023581979f0644b90437a6d65aaae8288360f2
pull/9110/head
Pedro Pinto Silva 2024-05-20 15:20:13 +02:00
parent be22c5b517
commit 5c32d4e33a
1 changed files with 0 additions and 9 deletions

View File

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