MDL-52936 theme_bootstrapbase: Fix link hover bug on iOS

This commit is contained in:
Mark Johnson 2016-02-25 11:38:11 +00:00
parent 03b8b55f10
commit 024b1eade0
2 changed files with 2 additions and 2 deletions

View File

@ -1110,7 +1110,7 @@ tr.flagged-tag a {
float: right;
padding: 3px;
margin: 3px;
> *:hover {
> a:hover {
border-bottom:1px solid #666;
}
}

File diff suppressed because one or more lines are too long