Skip to content

Commit

Permalink
fix(ui): Excessive hover guides
Browse files Browse the repository at this point in the history
Hover guides appeared on headers and explainers, which isn't helpful.
  • Loading branch information
oliversalzburg committed Dec 28, 2022
1 parent def9868 commit b6cc621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/userscript/source/ui/UserInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export class UserInterface {
);
// Hover guides
this._addRule(
`#ks ul li:not(.ks-expanded):hover {
`#ks ul .ks-setting:not(.ks-expanded):hover {
border-bottom: 1px solid rgba(185, 185, 185, 0.5);
}`
);
Expand Down

0 comments on commit b6cc621

Please sign in to comment.