Andrew G
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
1 deletions
-
src/definitions/elements/icon.less
-
src/themes/default/globals/site.variables
|
|
@ -102,8 +102,12 @@ i.emphasized.icon { |
|
|
|
opacity: 1 !important; |
|
|
|
} |
|
|
|
|
|
|
|
i.disabled.icon { |
|
|
|
i.disabled.icon, |
|
|
|
i.disabled.disabled.icon:hover, |
|
|
|
i.disabled.icons, |
|
|
|
i.disabled.disabled.icons:hover { |
|
|
|
opacity: @disabledOpacity !important; |
|
|
|
cursor: @disabledCursor !important; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -723,6 +723,7 @@ |
|
|
|
@disabledOpacity: 0.45; |
|
|
|
@disabledTextColor: rgba(40, 40, 40, 0.3); |
|
|
|
@invertedDisabledTextColor: rgba(225, 225, 225, 0.3); |
|
|
|
@disabledCursor: default; |
|
|
|
|
|
|
|
/*------------------- |
|
|
|
Hover |
|
|
|