Fix scss linter error
This commit is contained in:
parent
0106f3cce1
commit
49ec274359
1 changed files with 2 additions and 2 deletions
|
@ -218,8 +218,8 @@
|
|||
|
||||
.btn.btn-retry:hover,
|
||||
.btn.btn-retry:focus {
|
||||
border-color: #c4c4c4;
|
||||
background-color: #f0f0f0;
|
||||
border-color: $gray-darkest;
|
||||
background-color: $white-normal;
|
||||
}
|
||||
|
||||
svg path {
|
||||
|
|
Loading…
Reference in a new issue