Merge pull request #667 from dod-ccpo/ie-disabled-link-hover
Fix hover state of disabled link on IE
This commit is contained in:
commit
9652b96fde
@ -67,8 +67,13 @@
|
||||
|
||||
&.icon-link--disabled {
|
||||
opacity: 0.3;
|
||||
pointer-events: none;
|
||||
text-decoration: none;
|
||||
pointer-events: none;
|
||||
|
||||
&:hover {
|
||||
cursor: default;
|
||||
background: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
&.icon-link--left {
|
||||
|
Loading…
x
Reference in New Issue
Block a user