Merge pull request #3269 from matrix-org/jryans/dialog-button-borders

Fix dialog button border colours
pull/21833/head
J. Ryan Stinnett 2019-08-01 13:58:25 +01:00 committed by GitHub
commit ca5a53729f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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