Getting rid of blue text shadow on hover state for mobile devices
This commit is contained in:
parent
bff0a06233
commit
2e47b329c8
1 changed files with 3 additions and 1 deletions
|
|
@ -27,7 +27,9 @@
|
|||
border: 1px solid $gray-500;
|
||||
width: 100%;
|
||||
&:hover {
|
||||
box-shadow: 0 0 0 4px $blue-100;
|
||||
@include media-breakpoint-up(sm) {
|
||||
box-shadow: 0 0 0 4px $blue-100;
|
||||
}
|
||||
cursor: pointer;
|
||||
}
|
||||
+ p {
|
||||
|
|
|
|||
Loading…
Reference in a new issue