The naming of the `link-hover-*` rules is inconsistent with that of `scrollbar-*-hover`. The `link` rules have the modifier first: - `link-hover-background` - `link-hover-color` - `link-hover-style` The `scrollbar-*` rules have the modifiers second: - `scrollbar-background-active` - `scrollbar-background-hover` - `scrollbar-color-active` - `scrollbar-color-hover` My proposal is to rename `link-hover-*` to `link-*-hover`.