mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
only remove underline for links in element theme
This commit is contained in:
parent
488f49dc5c
commit
c936439ad5
2 changed files with 6 additions and 1 deletions
|
@ -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 a new issue