Fix dialog button border colours
This corrects dialog button borders to match other buttons by removing the green border from disabled and danger states. Fixes https://github.com/vector-im/riot-web/issues/10310
This commit is contained in:
parent
e33109cb8c
commit
701103aad7
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
|
||||||
|
|
||||||
// flip colours for the secondary ones
|
// flip colours for the secondary ones
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border: 1px solid $accent-color !important;
|
border: 1px solid $accent-color;
|
||||||
color: $accent-color;
|
color: $accent-color;
|
||||||
background-color: $button-secondary-bg-color;
|
background-color: $button-secondary-bg-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue