Add focus styling to SAVE button (#4664) [ci skip]
This commit is contained in:
parent
b59aba415d
commit
75f1d142fe
1 changed files with 1 additions and 1 deletions
|
|
@ -781,7 +781,7 @@
|
|||
background: darken($purple, 38%);
|
||||
color: white;
|
||||
letter-spacing: 1px;
|
||||
&:hover {
|
||||
&:hover, &:focus {
|
||||
background: darken($purple, 50%);
|
||||
}
|
||||
.bm-success {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue