Fix Edge and IE11 bug with pointer-events
This commit is contained in:
parent
0337d91732
commit
4104e6d931
2
src/Web/WebMVC/wwwroot/css/app.min.css
vendored
2
src/Web/WebMVC/wwwroot/css/app.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1,5 +1,6 @@
|
||||
.esh-basketstatus {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
float: right;
|
||||
position: relative;
|
||||
transition: all 0.35s;
|
||||
|
@ -8,6 +8,7 @@
|
||||
}
|
||||
|
||||
.esh-pager-item--navigable {
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
.esh-basketstatus {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
float: right;
|
||||
position: relative;
|
||||
transition: all $animation-speed-default;
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
&--navigable {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
|
||||
&:hover {
|
||||
color: $color-secondary;
|
||||
|
Loading…
x
Reference in New Issue
Block a user