Skip to content

Commit b667101

Browse files
committed
Fix compatibilité avec le futur Firefox 40
See https://developer.mozilla.org/en-US/Firefox/Releases/40/Site_Compatibility . Removed text-decoration to avoid problems.
1 parent 4bb8995 commit b667101

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sass/rocssti-en/03-util-typo-fix.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ table {
132132
abbr[title] {
133133
border-bottom: dotted 1px;
134134
cursor: help;
135+
text-decoration: none;
135136
/* color inherited from text */
136137
}
137138

0 commit comments

Comments
 (0)