forked from extern/nix-config
ironbar: Remove unused color_urgent
This commit is contained in:
parent
6391d885a3
commit
6a7f3b2450
@ -47,7 +47,6 @@
|
|||||||
@define-color color_border #${base01};
|
@define-color color_border #${base01};
|
||||||
@define-color color_border_active #${base09};
|
@define-color color_border_active #${base09};
|
||||||
@define-color color_text #${base05};
|
@define-color color_text #${base05};
|
||||||
@define-color color_urgent #8f0a0a;
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: "Noto Sans CJK JP", "Font Awesome 6 Free Solid";
|
font-family: "Noto Sans CJK JP", "Font Awesome 6 Free Solid";
|
||||||
@ -115,10 +114,6 @@
|
|||||||
box-shadow: inset 0 -2px @color_border_active;
|
box-shadow: inset 0 -2px @color_border_active;
|
||||||
}
|
}
|
||||||
|
|
||||||
.launcher .urgent {
|
|
||||||
border-bottom: @color_urgent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.popup-launcher {
|
.popup-launcher {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user