ironbar: Only underline active workspace

Hover effects are already inherited from the GTK theme.
This commit is contained in:
Donovan Glover 2023-07-04 08:10:22 -04:00
parent 1e6e5ebb5d
commit 15d9586f23
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -179,11 +179,7 @@
}
.workspaces .item.focused {
box-shadow: inset 0 -3px;
}
.workspaces .item:hover {
box-shadow: inset 0 -3px;
box-shadow: inset 0 -2px;
}
'';
}