fix: allow activating workspaces which are already active & improve styling

This commit is contained in:
Ashley Wulber 2022-07-29 16:13:24 -04:00
parent ef6e865963
commit 580df62e46
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
2 changed files with 7 additions and 8 deletions

View file

@ -60,7 +60,7 @@ button.inactive:hover {
padding: 0px;
background-color: darker(@view_bg_color);
background-image: none;
color: @view_bg_color;
color: @view_fg_color;
border-color: transparent;
outline-color: transparent;
}