mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 03:05:51 +03:00
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
|
||||
font-weight: 600;
|
||||
border: 1px solid $accent-color !important;
|
||||
border: 1px solid $accent-color;
|
||||
color: $accent-color;
|
||||
background-color: $button-secondary-bg-color;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue