From d7c5e3211bef38fdf7bd18cbd9cfc2833a394edb Mon Sep 17 00:00:00 2001 From: AndiMajore <andi.majore@googlemail.com> Date: Thu, 29 Jul 2021 15:12:20 +0200 Subject: [PATCH] added missing important --- src/stylesheets/primeng.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylesheets/primeng.scss b/src/stylesheets/primeng.scss index 639e9940..fa0e8347 100644 --- a/src/stylesheets/primeng.scss +++ b/src/stylesheets/primeng.scss @@ -39,7 +39,7 @@ .p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon.pi-check:before { top: 8px!important; left: 2px !important; - border-color: var(--drgstn-text-primary); + border-color: var(--drgstn-text-primary) !important; } p.-datatable .p-sortable-column .p-sortable-column-icon { -- GitLab