only remove underline for links in element theme
This commit is contained in:
@@ -75,7 +75,6 @@ a:hover,
|
|||||||
a:link,
|
a:link,
|
||||||
a:visited {
|
a:visited {
|
||||||
color: $accent-color-alt;
|
color: $accent-color-alt;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=text],
|
input[type=text],
|
||||||
|
|||||||
@@ -24,3 +24,9 @@
|
|||||||
.mx_RoomSublist2_showNButton {
|
.mx_RoomSublist2_showNButton {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:hover,
|
||||||
|
a:link,
|
||||||
|
a:visited {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user