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:
J. Ryan Stinnett 2019-08-01 12:45:23 +01:00
parent e33109cb8c
commit 701103aad7

View file

@ -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;
}