Restrict green link colours to address picker dialog
This changes to a more targeted selection of what becomes green (just the actionable links in address picker). Fixes https://github.com/vector-im/riot-web/issues/10703
This commit is contained in:
parent
7032dc6fa1
commit
3feeaceb68
2 changed files with 9 additions and 6 deletions
|
@ -281,12 +281,6 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
|
|||
box-shadow: 2px 15px 30px 0 $dialog-shadow-color;
|
||||
border-radius: 4px;
|
||||
overflow-y: auto;
|
||||
|
||||
a:link,
|
||||
a:hover,
|
||||
a:visited {
|
||||
@mixin mx_Dialog_link;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_Dialog_fixedWidth {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue