mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-01 03:29:24 +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 {
|
||||
border-bottom: 1px solid @color_text;
|
||||
box-shadow: inset 0 -2px;
|
||||
}
|
||||
|
||||
.launcher .focused {
|
||||
border-bottom: 1px solid @color_border_active;
|
||||
box-shadow: inset 0 -2px @color_border_active;
|
||||
}
|
||||
|
||||
.launcher .urgent {
|
||||
|
Loading…
Reference in New Issue
Block a user