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 in6901ad9251
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: Ia7023581979f0644b90437a6d65aaae8288360f2
This commit is contained in:
parent
f843b77e9c
commit
716015b9cc
1 changed files with 0 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue