Fix hover state of disabled link on IE
This commit is contained in:
		| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user