mirror of https://github.com/vector-im/riot-web
Merge pull request #3269 from matrix-org/jryans/dialog-button-borders
Fix dialog button border colourspull/21833/head
commit
ca5a53729f
|
@ -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 New Issue