-
-
Notifications
You must be signed in to change notification settings - Fork 733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable hover/prelight effect on workspace buttons by default #60
Comments
I don't know, but it can be part of the documentation... that doesn't exist very much at the moment 😂 |
I close this, it's documented in the wiki :) |
Had the same issue and solved it with these CSS properties:
I know it's an old issue that's closed, but feel it would be nice if this would be changed. Default style.css does not allow you to change background color through Anyways, its solvable with these CSS properties, but it would be nicer if it would work like this out of the box. |
I think one of #workspaces button:hover {
border-color: transparent;
}
#workspaces button {
border: none;
} is the nicest solution so far. Also, this doesn't seem to be in the wiki anymore (or I just didn't find it) |
Thanks for this. Of the multiple solutions provided, this one works best for me to get an almost blank canvas when creating my own style. It's a shame we have to use such a workaround. |
There's some default GTK CSS for the hover effect which I personally find unappealing, and I think many would concur. I've mitigated it by adding this rule:
Maybe this could be done out of the box? Alternatively, prelight could be disabled altogether, but I think some may want to have hover effects.
The text was updated successfully, but these errors were encountered: