Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
fix(ui): Adjust hover guides
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Oct 8, 2022
1 parent 0079bac commit a37fb6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/userscript/source/ui/UserInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,9 @@ export class UserInterface {
transition: .3s;
}`
);
// Hover guides
this._addRule(
`#ks ul li:hover {
`#ks > ul > li li:hover {
border-bottom: 1px solid rgba(185, 185, 185, 0.5);
}`
);
Expand Down

0 comments on commit a37fb6f

Please sign in to comment.