MDL-52936 theme_bootstrapbase: Fix link hover bug on iOS

This commit is contained in:
Mark Johnson
2016-02-25 11:57:42 +00:00
parent e50cd7c14f
commit 06b13fb79f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1078,7 +1078,7 @@ body.tag .managelink {
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