You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2018/10/09 04:23:53 UTC

ignite git commit: IGNITE-9596 Web Console: Fixed checkbox cross-browser visibility.

Repository: ignite
Updated Branches:
  refs/heads/master b50a9dc18 -> bc87ad9cb


IGNITE-9596 Web Console: Fixed checkbox cross-browser visibility.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/bc87ad9c
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/bc87ad9c
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/bc87ad9c

Branch: refs/heads/master
Commit: bc87ad9cb6f537bdcd0714d608ae0710691bd1d9
Parents: b50a9dc
Author: Alexander Kalinin <ve...@yandex.ru>
Authored: Tue Oct 9 11:23:50 2018 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Tue Oct 9 11:23:50 2018 +0700

----------------------------------------------------------------------
 .../components/page-queries/components/queries-notebook/style.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/bc87ad9c/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/style.scss
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/style.scss b/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/style.scss
index fe0ede1..4978701 100644
--- a/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/style.scss
+++ b/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/style.scss
@@ -124,7 +124,7 @@ queries-notebook {
 
     .form-field__sensitive {
         input[type='checkbox'] {
-            height: 0;
+            display: none;
         }
 
         input:checked + span {