1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 17:30:23 +02:00

Merge pull request #330 from Pedro-Souza/fix-hover-in-linked-button

fix: remove underline in hover and set color
This commit is contained in:
ダーシノ - B.C.Rikko
2019-03-31 22:25:00 +09:00
committed by GitHub

View File

@@ -14,6 +14,8 @@
&:hover,
&:focus {
color: inherit;
text-decoration: none;
background-color: $hover-background;
&::after {