fix progressbar styles when inside an osd. disable psuedo element warnings. darken separator color for titlebuttons.
parent
f8ace81be8
commit
9ed8bb4df6
|
@ -106,6 +106,9 @@ linters:
|
||||||
enabled: true
|
enabled: true
|
||||||
global: [ "px", "%", "s", "ms" ]
|
global: [ "px", "%", "s", "ms" ]
|
||||||
|
|
||||||
|
PseudoElement:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
QualifyingElement:
|
QualifyingElement:
|
||||||
enabled: false
|
enabled: false
|
||||||
allow_element_with_attribute: false
|
allow_element_with_attribute: false
|
||||||
|
|
|
@ -106,14 +106,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.osd progressBar, progressBar.osd {
|
.osd progressbar, progressbar.osd {
|
||||||
-GtkProgressBar-xspacing: 0;
|
margin: 2px;
|
||||||
-GtkProgressBar-yspacing: 2px;
|
min-height: 2px;
|
||||||
-GtkProgressBar-min-horizontal-bar-height: 2px;
|
min-width: 2px;
|
||||||
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
&.trough {
|
trough {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -121,7 +121,7 @@
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.progressbar {
|
progress {
|
||||||
border-style: none;
|
border-style: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-color: $selected_bg_color;
|
background-color: $selected_bg_color;
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
&.vertical separator { margin: ($spacing + 2px) 1px ($spacing + 2px) 0; }
|
&.vertical separator { margin: ($spacing + 2px) 1px ($spacing + 2px) 0; }
|
||||||
|
|
||||||
separator, separator:disabled {
|
separator, separator:disabled {
|
||||||
color: shade($bg, ($contrast + .1));
|
color: shade($bg, ($contrast - .2));
|
||||||
border-color: currentColor;
|
border-color: currentColor;
|
||||||
|
|
||||||
-GtkWidget-window-dragging: true;
|
-GtkWidget-window-dragging: true;
|
||||||
|
|
Loading…
Reference in New Issue