mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Merge pull request #3269 from matrix-org/jryans/dialog-button-borders
Fix dialog button border colours
This commit is contained in:
commit
ca5a53729f
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