Commit dcd85cb0e26c99ab33aca79f9f8ffcbeb930e372
1 parent
7550de4ea4
Exists in
master
Cambio en efecto focus del btn primary
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/sass/general.scss
| ... | ... | @@ -206,7 +206,8 @@ input[type="file"] { |
| 206 | 206 | background-color: $primary !important; |
| 207 | 207 | border-color: $primary !important; |
| 208 | 208 | &:focus { |
| 209 | - box-shadow: none !important; | |
| 209 | + background-color: $primary !important; | |
| 210 | + box-shadow: 0px 0px 0px 3px $primaryTransparency !important; | |
| 210 | 211 | } |
| 211 | 212 | &:hover { |
| 212 | 213 | border-color: $primaryTransparency !important; |