only remove underline for links in element theme

pull/21833/head
Bruno Windels 2020-07-14 12:52:28 +02:00
parent 488f49dc5c
commit c936439ad5
2 changed files with 6 additions and 1 deletions

View File

@ -75,7 +75,6 @@ a:hover,
a:link,
a:visited {
color: $accent-color-alt;
text-decoration: none;
}
input[type=text],

View File

@ -24,3 +24,9 @@
.mx_RoomSublist2_showNButton {
background-color: transparent !important;
}
a:hover,
a:link,
a:visited {
text-decoration: none;
}