flicker fix

This commit is contained in:
2024-10-02 15:51:44 -04:00
parent d59006dd1c
commit 4a288a5da0
+1 -1
View File
@@ -59,7 +59,7 @@ button:hover {
background: rgba(0, 0, 0, 0.2);
}
#workspaces button.active {
#workspaces button.focused {
background-color: #64727D;
box-shadow: inset 0 -3px #ffffff;
}