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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user