Skip to content

Commit

Permalink
Deleted no-longer used color from `.menu-area:focus, .menu-area:hov…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Jan 12, 2025
1 parent b84ec70 commit b830c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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 } /* eslint-disable-line */
background: rgb(100, 149, 237) ; cursor: pointer }
.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
3 changes: 1 addition & 2 deletions firefox/extension/popup/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
display: flex ; min-height: 2rem ; padding-right: 14px ; white-space: nowrap ; font-size: 91%
}
.menu-icon { padding: 8px }
.menu-area:focus, .menu-area:hover { /* add hover color/cursor */
color: var(--bg) ; background: rgb(100, 149, 237) ; cursor: pointer } /* eslint-disable-line */
.menu-area:focus, .menu-area:hover { background: rgb(100, 149, 237) ; cursor: pointer } /* add hover color/cursor */
.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 b830c9f

Please sign in to comment.