update
This commit is contained in:
parent
e3aeb5ec55
commit
cbae71ef97
@ -495,7 +495,6 @@ popover.background.places-menu {
|
|||||||
button.flat.launcher {
|
button.flat.launcher {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@extend %flat_button;
|
@extend %flat_button;
|
||||||
@extend %underscores;
|
|
||||||
|
|
||||||
// for indicator colors
|
// for indicator colors
|
||||||
&:not(:checked) {
|
&:not(:checked) {
|
||||||
|
@ -76,11 +76,11 @@ $wm_bg_unfocused: opacify($header_bg_backdrop, 1);
|
|||||||
//
|
//
|
||||||
|
|
||||||
// unfocused window 'dot(s)'
|
// unfocused window 'dot(s)'
|
||||||
@define-color budgie_tasklist_indicator_color #{"" + $selected_bg_color};
|
@define-color budgie_tasklist_indicator_color #{"" + $selected_fg_color};
|
||||||
// focused window 'line'
|
// focused window 'line'
|
||||||
@define-color budgie_tasklist_indicator_color_active #{"" + $selected_bg_color};
|
@define-color budgie_tasklist_indicator_color_active #{"" + $selected_bg_color};
|
||||||
// group-ed and unfocused window 'line(s)'
|
// group-ed and unfocused window 'line(s)'
|
||||||
@define-color budgie_tasklist_indicator_color_active_window #{"" + mix($selected_bg_color, $panel_bg, 54%)};
|
@define-color budgie_tasklist_indicator_color_active_window #{"" + mix($selected_fg_color, $panel_bg, 100%)};
|
||||||
// attention 'dot'
|
// attention 'dot'
|
||||||
// FIXME: we can't fill whole widget backgrounds with our suggestion colour
|
// FIXME: we can't fill whole widget backgrounds with our suggestion colour
|
||||||
// because of lacking specific style-class on 'needs_attention' state,
|
// because of lacking specific style-class on 'needs_attention' state,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user