Skip to content

Commit 509ee07

Browse files
authored
Merge pull request #197 from zephiransas/fix-text-decoration
モバイル版の「全国の道場」を開いて閉じると、下線が残ったままになる
2 parents 667ebe7 + 092a179 commit 509ee07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/assets/stylesheets/custom.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,3 +478,7 @@ a {
478478
width: 90%;
479479
display: inline-block
480480
}
481+
482+
#accordion a:hover {
483+
text-decoration: none;
484+
}

0 commit comments

Comments
 (0)