Browse Source

Fixes #1223 disabled does not work with link icon

pull/1243/head
jlukic 10 years ago
parent
commit
931cd0b59e
1 changed files with 3 additions and 2 deletions
  1. 5
      src/definitions/elements/icon.less

5
src/definitions/elements/icon.less

@ -102,8 +102,9 @@ i.emphasized.icon {
opacity: 1;
}
i.icon.disabled {
opacity: @disabledOpacity;
i.disabled.icon {
pointer-events: none;
opacity: @disabledOpacity !important;
}

Loading…
Cancel
Save