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

@ -5,9 +5,6 @@
anime-mini-item
vertical
:hover
text-shadow none
.anime-relation-image
anime-mini-item-image

View File

@ -68,7 +68,6 @@
flex 0.5
color text-color
line-height 1.6em
text-shadow none
.calendar-entry-time
opacity 0.85

View File

@ -32,7 +32,6 @@
font-size 1.5rem
color text-color
opacity 0.85
text-shadow none
.hall-of-fame-anime
saturate-up

View File

@ -52,7 +52,7 @@ const frontpage-bg-color = rgb(32, 32, 32)
width auto
height auto
> 1100px
> 600px
.bg-video
display block

View File

@ -24,7 +24,6 @@ const group-padding-x = 0.75rem
:hover
color text-color
text-shadow none
border 1px solid input-focus-border-color
// TODO: Replace with alpha(main-color, 20%) function
box-shadow 0 0 6px rgba(248, 165, 130, 0.2)

View File

@ -37,7 +37,6 @@
vertical
flex 1
color text-color
text-shadow none
.notification-footer
horizontal

View File

@ -28,7 +28,6 @@
:hover
color hsl(0, 0%, 90%)
opacity 1.0
text-shadow none
background rgba(255, 255, 255, 0.2)
.show-more

View File

@ -42,7 +42,6 @@ blockquote
line-height 2em
quotes "\201C""\201D"
color text-color
text-shadow none
:before
color quote-color

View File

@ -10,12 +10,6 @@ const soundtrack-margin = 1rem
flex-basis 500px
margin soundtrack-margin 0
// 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
> 500px
.soundtrack
margin soundtrack-margin

View File

@ -37,5 +37,4 @@ const user-card-padding = 1rem
.user-card-note
clip-long-text
color text-color
text-shadow none
opacity 0.5