Remove hover state on GridRep on phone
This commit is contained in:
parent
8f635c6967
commit
9513f6b9e6
1 changed files with 8 additions and 0 deletions
|
|
@ -23,6 +23,14 @@
|
||||||
.Grid .weapon {
|
.Grid .weapon {
|
||||||
box-shadow: inset 0 0 0 1px var(--grid-border-color);
|
box-shadow: inset 0 0 0 1px var(--grid-border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include breakpoint(phone) {
|
||||||
|
background: inherit;
|
||||||
|
|
||||||
|
.Grid .weapon {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.Grid {
|
.Grid {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue