fix: re add hover animation to workspace module on waybar
This commit is contained in:
parent
0241c61134
commit
10efa92b8e
3 changed files with 10 additions and 4 deletions
|
@ -29,8 +29,8 @@
|
|||
|
||||
.notif-panel {
|
||||
min-width: 110px;
|
||||
min-height: 40px;
|
||||
font-size: 22px;
|
||||
min-height: 38px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.tablet-toggle {
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
:stacking "overlay"
|
||||
:exclusive "ignore"
|
||||
:geometry (geometry :x "60px"
|
||||
:y "8px"
|
||||
:y "9px"
|
||||
:width "0px"
|
||||
:height "0px"
|
||||
:anchor "top right"
|
||||
|
|
|
@ -42,7 +42,8 @@
|
|||
|
||||
#workspaces button {
|
||||
padding: 0 5px;
|
||||
color: #7984A4;
|
||||
color: #CDD6F4;
|
||||
/*color: #7984A4;*/
|
||||
background-color: transparent;
|
||||
box-shadow: inset 0 -3px transparent;
|
||||
border: none;
|
||||
|
@ -50,6 +51,11 @@
|
|||
border-radius: 80px;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background-color: #7F849C;
|
||||
transition: background-color 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
color: #bf616a;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue