Merge pull request #145 from Safelite/feature/CSR-307_remove-highlight-on-mobile
Getting rid of blue text shadow on hover state for mobile devices
This commit is contained in:
commit
e2774147fd
1 changed files with 3 additions and 1 deletions
|
|
@ -27,7 +27,9 @@
|
||||||
border: 1px solid $gray-500;
|
border: 1px solid $gray-500;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
&:hover {
|
&:hover {
|
||||||
box-shadow: 0 0 0 4px $blue-100;
|
@include media-breakpoint-up(sm) {
|
||||||
|
box-shadow: 0 0 0 4px $blue-100;
|
||||||
|
}
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
+ p {
|
+ p {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue