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 {
|
.esh-basketstatus {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
display: inline-block;
|
||||||
float: right;
|
float: right;
|
||||||
position: relative;
|
position: relative;
|
||||||
transition: all 0.35s;
|
transition: all 0.35s;
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.esh-pager-item--navigable {
|
.esh-pager-item--navigable {
|
||||||
|
display: inline-block;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
.esh-basketstatus {
|
.esh-basketstatus {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
display: inline-block;
|
||||||
float: right;
|
float: right;
|
||||||
position: relative;
|
position: relative;
|
||||||
transition: all $animation-speed-default;
|
transition: all $animation-speed-default;
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
&--navigable {
|
&--navigable {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
display: inline-block;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $color-secondary;
|
color: $color-secondary;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user