Skip to content

Commit 6d18a09

Browse files
committed
Deleted no-longer used color from .menu-area:focus, .menu-area:hover {}
1 parent 477764e commit 6d18a09

File tree

1 file changed

+1
-2
lines changed
  • chatgpt-auto-continue/chromium/extension/popup

1 file changed

+1
-2
lines changed

chatgpt-auto-continue/chromium/extension/popup/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
4949
display: flex ; min-height: 2rem ; padding-right: 14px ; white-space: nowrap ; font-size: 91%
5050
}
5151
.menu-icon { padding: 8px }
52-
.menu-area:focus, .menu-area:hover { /* add hover color/cursor */
53-
background: rgb(100, 149, 237) ; cursor: pointer }
52+
.menu-area:focus, .menu-area:hover { background: rgb(100, 149, 237) ; cursor: pointer } /* add hover color/cursor */
5453
.menu-item:hover span:not(.slider) { filter: invert(1) } /* invert setting labels on hover */
5554
.menu-item > label > .slider { transform: scale(0.95) ; top: 1px } /* make child toggles smaller */
5655
.menu-prompt { margin-left: 2px } /* align non-toggle items */

0 commit comments

Comments
 (0)