mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-06 05:59:31 +01:00
ironbar: Use box-shadow instead of border-bottom
This commit is contained in:
parent
3237387447
commit
1e6e5ebb5d
@ -151,11 +151,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.launcher .open {
|
.launcher .open {
|
||||||
border-bottom: 1px solid @color_text;
|
box-shadow: inset 0 -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.launcher .focused {
|
.launcher .focused {
|
||||||
border-bottom: 1px solid @color_border_active;
|
box-shadow: inset 0 -2px @color_border_active;
|
||||||
}
|
}
|
||||||
|
|
||||||
.launcher .urgent {
|
.launcher .urgent {
|
||||||
|
Loading…
Reference in New Issue
Block a user