diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 620df3cb8..a721663ea 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -816,31 +816,9 @@ p-tablecheckbox:hover div .p-checkbox-box { | |||
816 | 816 | ||
817 | .p-checkbox-box { | 817 | .p-checkbox-box { |
818 | &.p-highlight { | 818 | &.p-highlight { |
819 | border-color: pvar(--mainColor) !important; | 819 | color: pvar(--mainBackgroundColor) !important; |
820 | background-color: pvar(--mainColor) !important; | 820 | background-color: pvar(--mainColor) !important; |
821 | } | 821 | border-color: pvar(--mainColor) !important; |
822 | |||
823 | .p-checkbox-icon { | ||
824 | position: relative; | ||
825 | overflow: visible !important; | ||
826 | |||
827 | &:after { | ||
828 | content: ''; | ||
829 | position: absolute; | ||
830 | bottom: -5px; | ||
831 | left: -2px; | ||
832 | width: 5px; | ||
833 | height: 12px; | ||
834 | opacity: 0; | ||
835 | transform: rotate(45deg) scale(0); | ||
836 | border-right: 2px solid pvar(--mainBackgroundColor); | ||
837 | border-bottom: 2px solid pvar(--mainBackgroundColor); | ||
838 | } | ||
839 | |||
840 | &.pi-check:after { | ||
841 | opacity: 1; | ||
842 | transform: rotate(45deg) scale(1); | ||
843 | } | ||
844 | } | 822 | } |
845 | } | 823 | } |
846 | } | 824 | } |