Removed text-shadow on link hover

This commit is contained in:
2019-08-30 13:46:46 +09:00
parent 3ba9b8bf3b
commit f4bf12e1fb
21 changed files with 1 additions and 39 deletions

View File

@ -18,7 +18,6 @@ a
:hover
color link-hover-color
text-shadow link-hover-text-shadow
text-decoration none
:active
@ -30,7 +29,6 @@ a
img
backface-visibility hidden
color transparent
text-shadow none
rt
user-select none

View File

@ -29,8 +29,6 @@ reverse-light-lite-color = rgba(0, 0, 0, 0.02)
theme-white = bg-color
theme-black = text-color
link-hover-text-shadow = none
tab-active-text-shadow = none
// UI
ui-border-color = rgba(0, 0, 0, 0.1)

View File

@ -12,12 +12,6 @@ mixin grid-cell
border-radius ui-element-border-radius
margin 0.5rem
// If text-shadow is enabled, the whole container will repaint.
// We need to disable text-shadow to reduce re-painting.
a
:hover
text-shadow none
mixin grid-text
vertical
width 100%

View File

@ -2,9 +2,6 @@ mixin anime-mini-item
margin 0.25rem
flex-basis anime-image-small-width
:hover
text-shadow none
mixin anime-generic-item-image
object-fit cover
border-radius 2px

View File

@ -18,7 +18,6 @@ mixin feature-card
:hover
box-shadow shadow-medium
text-shadow none
mixin feature-card-component
horizontal

View File

@ -9,7 +9,6 @@
:hover
color text-color
background-color tab-hover-background
text-shadow none
cursor pointer
:active
@ -18,7 +17,6 @@
&.active
background-color tab-active-background
color tab-active-color
text-shadow tab-active-text-shadow
:first-child
border-left ui-border

View File

@ -18,7 +18,6 @@ mixin genre-tag
:hover
color text-color
opacity 1.0
text-shadow none
background reverse-light-hover-color
.tags