ironbar: Remove background styles

This change makes the bar have one consistent background across all
modules.
This commit is contained in:
Donovan Glover 2023-07-04 15:42:14 -04:00
parent 781c28f4ed
commit 737de3c497
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -90,7 +90,6 @@
}
.popup-clock .calendar {
background: @color_bg;
color: @color_text;
}
@ -100,20 +99,12 @@
font-size: 1.5em;
}
.popup-clock .calendar:selected {
background: @color_border_active;
}
.launcher .item {
padding-left: 1em;
padding-right: 1em;
margin-right: 4px;
}
.launcher .item:not(.focused):hover {
background: @color_bg_dark;
}
.launcher .open {
box-shadow: inset 0 -2px;
}