Skip to content

Commit

Permalink
Added eslint-disable-line to bypass no-invalid-properties false p…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Jan 12, 2025
1 parent fbd9d3f commit b84ec70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chromium/extension/popup/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
}
.menu-icon { padding: 8px }
.menu-area:focus, .menu-area:hover { /* add hover color/cursor */
color: var(--bg) ; background: rgb(100, 149, 237) ; cursor: pointer }
color: var(--bg) ; background: rgb(100, 149, 237) ; cursor: pointer } /* eslint-disable-line */
.menu-item:hover span:not(.slider) { filter: invert(1) } /* invert setting labels on hover */
.menu-item > label > .slider { transform: scale(0.95) ; top: 1px } /* make child toggles smaller */
.menu-prompt { margin-left: 2px } /* align non-toggle items */
Expand Down
2 changes: 1 addition & 1 deletion firefox/extension/popup/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
}
.menu-icon { padding: 8px }
.menu-area:focus, .menu-area:hover { /* add hover color/cursor */
color: var(--bg) ; background: rgb(100, 149, 237) ; cursor: pointer }
color: var(--bg) ; background: rgb(100, 149, 237) ; cursor: pointer } /* eslint-disable-line */
.menu-item:hover span:not(.slider) { filter: invert(1) } /* invert setting labels on hover */
.menu-item > label > .slider { transform: scale(0.95) ; top: 1px } /* make child toggles smaller */
.menu-prompt { margin-left: 2px } /* align non-toggle items */
Expand Down

0 comments on commit b84ec70

Please sign in to comment.