From 4ae385b7fcea9014a68442714b7d99e2ee7df7d0 Mon Sep 17 00:00:00 2001 From: undergroundwires Date: Sun, 6 Sep 2020 20:26:30 +0100 Subject: [PATCH] fix checked checkbox has blue border --- src/presentation/styles/tree.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/presentation/styles/tree.scss b/src/presentation/styles/tree.scss index a30051b6..317a2c77 100644 --- a/src/presentation/styles/tree.scss +++ b/src/presentation/styles/tree.scss @@ -25,6 +25,7 @@ &-checkbox { &.checked { background: $accent !important; + border-color: $accent !important; } &.indeterminate { border-color: $gray !important;