Skip to content

Commit 015fadc

Browse files
committed
Tweaked modal link hover styles
1 parent 203c3d6 commit 015fadc

File tree

6 files changed

+6
-0
lines changed
  • chatgpt-auto-continue
  • chatgpt-infinity
  • chatgpt-widescreen

6 files changed

+6
-0
lines changed

chatgpt-auto-continue/chromium/extension/components/modals.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ window.modals = {
179179
.${this.class} [class*=modal-close-btn]:hover { background-color: #f2f2f2 } /* hover underlay */
180180
.${this.class} [class*=modal-close-btn] svg { margin: 11.5px } /* center SVG for hover underlay */
181181
.${this.class} a { color: #${ scheme == 'dark' ? '00cfff' : '1e9ebb' } !important }
182+
.${this.class} a:hover { text-decoration: none ; opacity: 0.7 ; transition: 0.15s ease }
182183
.${this.class} h2 { font-weight: bold }
183184
.${this.class} button {
184185
--btn-transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out ;

chatgpt-auto-continue/firefox/extension/components/modals.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ window.modals = {
179179
.${this.class} [class*=modal-close-btn]:hover { background-color: #f2f2f2 } /* hover underlay */
180180
.${this.class} [class*=modal-close-btn] svg { margin: 11.5px } /* center SVG for hover underlay */
181181
.${this.class} a { color: #${ scheme == 'dark' ? '00cfff' : '1e9ebb' } !important }
182+
.${this.class} a:hover { text-decoration: none ; opacity: 0.7 ; transition: 0.15s ease }
182183
.${this.class} h2 { font-weight: bold }
183184
.${this.class} button {
184185
--btn-transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out ;

chatgpt-infinity/chromium/extension/components/modals.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ window.modals = {
179179
.${this.class} [class*=modal-close-btn]:hover { background-color: #f2f2f2 } /* hover underlay */
180180
.${this.class} [class*=modal-close-btn] svg { margin: 11.5px } /* center SVG for hover underlay */
181181
.${this.class} a { color: #${ scheme == 'dark' ? '00cfff' : '1e9ebb' } !important }
182+
.${this.class} a:hover { text-decoration: none ; opacity: 0.7 ; transition: 0.15s ease }
182183
.${this.class} h2 { font-weight: bold }
183184
.${this.class} button {
184185
--btn-transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out ;

chatgpt-infinity/firefox/extension/components/modals.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ window.modals = {
179179
.${this.class} [class*=modal-close-btn]:hover { background-color: #f2f2f2 } /* hover underlay */
180180
.${this.class} [class*=modal-close-btn] svg { margin: 11.5px } /* center SVG for hover underlay */
181181
.${this.class} a { color: #${ scheme == 'dark' ? '00cfff' : '1e9ebb' } !important }
182+
.${this.class} a:hover { text-decoration: none ; opacity: 0.7 ; transition: 0.15s ease }
182183
.${this.class} h2 { font-weight: bold }
183184
.${this.class} button {
184185
--btn-transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out ;

chatgpt-widescreen/chromium/extension/components/modals.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ window.modals = {
178178
.${this.class} [class*=modal-close-btn]:hover { background-color: #f2f2f2 } /* hover underlay */
179179
.${this.class} [class*=modal-close-btn] svg { margin: 11.5px } /* center SVG for hover underlay */
180180
.${this.class} a { color: #${ scheme == 'dark' ? '00cfff' : '1e9ebb' } !important }
181+
.${this.class} a:hover { text-decoration: none ; opacity: 0.7 ; transition: 0.15s ease }
181182
.${this.class} h2 { font-weight: bold }
182183
.${this.class} button {
183184
--btn-transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out ;

chatgpt-widescreen/firefox/extension/components/modals.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ window.modals = {
178178
.${this.class} [class*=modal-close-btn]:hover { background-color: #f2f2f2 } /* hover underlay */
179179
.${this.class} [class*=modal-close-btn] svg { margin: 11.5px } /* center SVG for hover underlay */
180180
.${this.class} a { color: #${ scheme == 'dark' ? '00cfff' : '1e9ebb' } !important }
181+
.${this.class} a:hover { text-decoration: none ; opacity: 0.7 ; transition: 0.15s ease }
181182
.${this.class} h2 { font-weight: bold }
182183
.${this.class} button {
183184
--btn-transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out ;

0 commit comments

Comments
 (0)