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

@ -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)