Skip to content

Disable hover/prelight effect on workspace buttons by default #60

@alecmev

Description

@alecmev

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:

#workspaces button:hover {
  box-shadow: inherit;
  text-shadow: inherit;
}

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions