Skip to content

Commit c98fe36

Browse files
authored
Merge pull request #30 from jbazalar/nolinebutton
Remove underline for button active and hover state
2 parents a88f222 + 5243ee5 commit c98fe36

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

style.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,10 @@ li {
7777
text-decoration: none;
7878
}
7979
.button.active,
80+
.button.active:hover,
8081
.button:hover {
8182
background: rgba(183, 73, 73, 0.3);
82-
}
83-
.button:hover {
84-
text-decoration: underline;
83+
text-decoration: none;
8584
}
8685

8786
/** HEADER **/

0 commit comments

Comments
 (0)