mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: removing double underline from abbr
This commit is contained in:
7
app/assets/stylesheets/vendor/normalize.scss
vendored
7
app/assets/stylesheets/vendor/normalize.scss
vendored
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user