This is an automated email from the ASF dual-hosted git repository.

scottyaslan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git

commit a00030e9038a2b84277ef32de93a32ad03a73590
Author: RynoRn <[email protected]>
AuthorDate: Mon May 6 10:38:02 2019 +0200

    [NIFI-6258] Removing unused checkbox styles.
    
    This closes #17
    
    Signed-off-by: Scott Aslan <[email protected]>
---
 src/platform/core/common/styles/_checkboxes.scss | 31 ------------------------
 1 file changed, 31 deletions(-)

diff --git a/src/platform/core/common/styles/_checkboxes.scss 
b/src/platform/core/common/styles/_checkboxes.scss
index 458f49f..d094c67 100644
--- a/src/platform/core/common/styles/_checkboxes.scss
+++ b/src/platform/core/common/styles/_checkboxes.scss
@@ -58,37 +58,6 @@
       width: 10px;
     }
 
-    /* Covalent TdDataTableComponent 'selectable' property checkboxes */
-
-    .mat-pseudo-checkbox {
-      height: 10px !important;
-      width: 10px !important;
-      border: 1px solid $grey7;
-    }
-
-    .mat-pseudo-checkbox:hover {
-      background-color: $blue-grey1;
-      border: 1px solid $blue-grey1;
-    }
-
-    .mat-pseudo-checkbox-checked::after {
-      content: '\f00c';
-      font-size: 8px;
-      font-family: fontawesome;
-      margin-top: -9px;
-      margin-left: -1px;
-      border: none;
-      transform: initial;
-    }
-
-    .mat-pseudo-checkbox-checked,
-    .mat-pseudo-checkbox-indeterminate {
-      background-color: $blue-grey1;
-      border: 1px solid $blue-grey1;
-      height: 10px;
-      width: 10px;
-    }
-
     .mat-checkbox-disabled {
       cursor: not-allowed;
     }

Reply via email to