1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-25 17:41:25 +02:00

[ticket/12719] normalize 3.0.3 and firefox 40 fx

This commit is contained in:
Michael Miday
2015-08-26 17:39:14 +02:00
parent 69039054a0
commit b8692e459c
2 changed files with 180 additions and 79 deletions

View File

@@ -105,3 +105,11 @@ ul {
* might still respond to pointer events.
*/
[tabindex="-1"]:focus { outline: none !important }
/**
* Remove double underline from recent version of firefox
*/
abbr[title] {
text-decoration: none;
}