New backup 2025-07-01 11:15:02

This commit is contained in:
Penelope Gwen 2025-07-01 11:15:02 -07:00
parent a995af3bbd
commit 13e404e7b5

View file

@ -22,12 +22,6 @@ $bar-module-border-radius: 8px;
font-size: 1em;
padding: 10px 0px;
margin: 0px 15px;
>box>button {
&:hover{
background-color: $bar-hover-bg-color;
color: $bar-hover-fg-color;
}
}
//bar groups
.leftgroup,
@ -138,7 +132,9 @@ label {
padding: 3px 4px;
min-width: $bar-module-width;
}
.workspaces button:hover {
.workspaces button:hover,
//.rightgroup>button:hover,
button:hover {
background-color: $bar-hover-bg-color;
color: $bar-hover-fg-color;
transition-property: background-color;