refactor(waybar): remove unused styling

This commit is contained in:
Price Hiller 2022-08-16 06:33:00 -05:00
parent bfd9a9a9be
commit 4148b1da4d

View File

@ -84,27 +84,12 @@
border-radius: 0px;
}
#workspaces button.visible {
transition: none;
margin: 0px;
color: @sakuraPink;
background: transparent;
border-bottom: 2px solid @sakuraPink;
border-radius: 0px;
}
#workspaces button.active {
color: @springGreen;
border-bottom: 2px solid @springGreen;
border-radius: 0px;
}
#workspaces button.focused {
color: @springGreen;
border-bottom: 2px solid @springGreen;
border-radius: 0px;
}
#workspaces button:hover {
transition: none;
box-shadow: inherit;