mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-10-02 06:14:44 -07:00
QS: Fixes toggle arrow borders (44)
This commit is contained in:
@@ -38,10 +38,12 @@
|
||||
|
||||
.quick-menu-toggle .quick-toggle-arrow:ltr {
|
||||
border-radius: 0 15px 15px 0;
|
||||
border-left-width: 2px;
|
||||
}
|
||||
|
||||
.quick-menu-toggle .quicl-toggle-arrow:rtl {
|
||||
border-radius: 15px 0 0 15px;
|
||||
border-right-width: 2px;
|
||||
}
|
||||
|
||||
.quick-toggle:hover,
|
||||
@@ -55,6 +57,7 @@
|
||||
.quick-menu-toggle .quick-toggle-arrow:checked {
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
background-color: ACCENT-COLOR;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.quick-toggle:checked:hover,
|
||||
@@ -63,14 +66,6 @@
|
||||
background-color: ACCENT_HOVER;
|
||||
}
|
||||
|
||||
.quick-menu-toggle .quick-toggle-arrow:ltr {
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
.quick-menu-toggle .quick-toggle-arrow:rtl {
|
||||
margin-right: 1px;
|
||||
}
|
||||
|
||||
.quick-slider .slider-bin {
|
||||
padding: 2px 1px;
|
||||
margin: 0px;
|
||||
|
Reference in New Issue
Block a user