Skip to content

Commit e0ab765

Browse files
committed
ft: add UI hover effect for faction toggle
1 parent 28c6f0c commit e0ab765

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/wow-mode/style.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@
6161
text-decoration: none;
6262
font-family: sans-serif;
6363
color: #8c1616;
64-
// padding: 4px 4px;
65-
// border-radius: 4px;
64+
}
65+
.wow-mode-horde:hover {
66+
border-bottom: solid #e6cc80;
6667
}
6768
.wow-mode-alliance {
6869
font-size: 1.5em;
@@ -74,3 +75,6 @@
7475
padding: 4px 8px;
7576
border-radius: 4px;
7677
}
78+
.wow-mode-alliance:hover {
79+
border-bottom: solid #8c1616;
80+
}

0 commit comments

Comments
 (0)