Fix hover state of disabled link on IE
This commit is contained in:
parent
e1eaa90980
commit
e9ee8553ce
@ -67,8 +67,13 @@
|
||||
|
||||
&.icon-link--disabled {
|
||||
opacity: 0.3;
|
||||
pointer-events: none;
|
||||
text-decoration: none;
|
||||
pointer-events: none;
|
||||
|
||||
&:hover {
|
||||
cursor: default;
|
||||
background: $color-white;
|
||||
}
|
||||
}
|
||||
|
||||
&.icon-link--left {
|
||||
|
Loading…
x
Reference in New Issue
Block a user