From 00e228ab5a61c2f218f7f90f6a69c4a5481e8732 Mon Sep 17 00:00:00 2001 From: sercan Date: Sat, 1 Jun 2019 12:39:27 +0300 Subject: [PATCH] Removed redundant mat-list checkbox fix --- src/@fuse/scss/partials/_angular-material-fix.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/@fuse/scss/partials/_angular-material-fix.scss b/src/@fuse/scss/partials/_angular-material-fix.scss index 2f6927f7..57834ac6 100644 --- a/src/@fuse/scss/partials/_angular-material-fix.scss +++ b/src/@fuse/scss/partials/_angular-material-fix.scss @@ -48,11 +48,6 @@ button { font-size: 16px; } -.mat-pseudo-checkbox-checked:after { - width: 14px !important; - height: 7px !important; -} - // Fix: "Input underlines has wrong color opacity value" .mat-form-field-underline { background-color: rgba(0, 0, 0, 0.12); @@ -118,4 +113,4 @@ mat-chip { // Fix: Mat-card-image requires a bigger width than 100% .mat-card-image { max-width: none !important; -} \ No newline at end of file +}