IGNITE-7238 Web Console: On-focus button color behaviour fixed.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/2e669acc Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/2e669acc Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/2e669acc Branch: refs/heads/ignite-zk Commit: 2e669acca7463c1c156014e0f3e628d9fb0ac0f3 Parents: 6f39d4a Author: alexdel <[email protected]> Authored: Fri Jan 12 10:42:38 2018 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Fri Jan 12 10:42:38 2018 +0700 ---------------------------------------------------------------------- modules/web-console/frontend/app/primitives/btn/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/2e669acc/modules/web-console/frontend/app/primitives/btn/index.scss ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/primitives/btn/index.scss b/modules/web-console/frontend/app/primitives/btn/index.scss index 2870cff..162fde4 100644 --- a/modules/web-console/frontend/app/primitives/btn/index.scss +++ b/modules/web-console/frontend/app/primitives/btn/index.scss @@ -155,7 +155,7 @@ $btn-content-padding-with-border: 9px 11px; background-color: $accent-color; color: white; - &:hover, &.hover, + &:hover, &.hover, &:focus, &:active, &.active { &:not([disabled]) { color: white;
