ironbar: Use box-shadow instead of border-bottom

This commit is contained in:
Donovan Glover 2023-07-04 07:58:09 -04:00
parent 3237387447
commit 1e6e5ebb5d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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 {