fix typo
This commit is contained in:
parent
3400150225
commit
53ce68f782
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ button, .btn {
|
|||
&:hover {
|
||||
background: #2b4; /* darken(@btn-b-bg, 5%) */
|
||||
}
|
||||
&:active, &.focus {
|
||||
&:active, &:focus {
|
||||
background: #2a4; /* darken(@btn-b-bg, 10%) */
|
||||
}
|
||||
}
|
||||
|
@ -40,7 +40,7 @@ button, .btn {
|
|||
&:hover {
|
||||
background: #c22; /* darken(@btn-c-bg, 5%) */
|
||||
}
|
||||
&:active, &.focus {
|
||||
&:active, &:focus {
|
||||
background: #b22; /* darken(@btn-c-bg, 10%) */
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue