Fix Edge and IE11 bug with pointer-events

This commit is contained in:
Quique Fernandez 2016-12-30 11:55:48 +01:00
parent 0337d91732
commit 4104e6d931
5 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,6 @@
.esh-basketstatus {
cursor: pointer;
display: inline-block;
float: right;
position: relative;
transition: all 0.35s;

View File

@ -8,6 +8,7 @@
}
.esh-pager-item--navigable {
display: inline-block;
cursor: pointer;
}

View File

@ -2,6 +2,7 @@
.esh-basketstatus {
cursor: pointer;
display: inline-block;
float: right;
position: relative;
transition: all $animation-speed-default;

View File

@ -18,6 +18,7 @@
&--navigable {
cursor: pointer;
display: inline-block;
&:hover {
color: $color-secondary;