mirror of https://github.com/vector-im/riot-web
only remove underline for links in element theme
parent
488f49dc5c
commit
c936439ad5
|
@ -75,7 +75,6 @@ a:hover,
|
|||
a:link,
|
||||
a:visited {
|
||||
color: $accent-color-alt;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
input[type=text],
|
||||
|
|
|
@ -24,3 +24,9 @@
|
|||
.mx_RoomSublist2_showNButton {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:link,
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue