mirror of https://github.com/zulip/zulip.git
components: De-duplicate `.no-underline` class.
This de-duplicates occurances of the `.no-underline` class by removing it from "portico.css" and ensuring compaitbility by adding support for the standard and :hover cases.
This commit is contained in:
parent
968a8a0b6c
commit
897b33e79d
|
@ -52,6 +52,7 @@
|
|||
color: inherit;
|
||||
}
|
||||
|
||||
a.no-underline {
|
||||
a.no-underline,
|
||||
a.no-underline:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
|
@ -13,10 +13,6 @@ body {
|
|||
margin: 0 auto -56px;
|
||||
}
|
||||
|
||||
.no-underline:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.normal {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue