UX: removing double underline from abbr
This commit is contained in:
parent
0eba867c8c
commit
efc5bc2c55
|
@ -101,11 +101,12 @@ a:hover {
|
|||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
|
||||
* Address styling not present in IE 8/9/10/11 & Edge
|
||||
*/
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: 1px dotted;
|
||||
abbr[title], acronym[title] {
|
||||
text-decoration: underline;
|
||||
text-decoration-style: dotted;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue