MDL-50554 themes: Drag a link move mouse makes icons move in Chrome.

This commit is contained in:
Gareth J Barnard 2015-06-10 18:53:37 +01:00
parent f1a415ea70
commit 3f737fc07d
2 changed files with 5 additions and 1 deletions

View file

@ -61,3 +61,7 @@ sup {
sub {
vertical-align: sub;
}
a:focus {
outline: none;
}

File diff suppressed because one or more lines are too long