File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed
chromium/extension/components
firefox/extension/components
chromium/extension/components
firefox/extension/components
chromium/extension/components
firefox/extension/components Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments