New backup 2025-07-01 11:15:02
This commit is contained in:
parent
a995af3bbd
commit
13e404e7b5
1 changed files with 3 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue