This commit is contained in:
Ahmed Bouhuolia
2025-09-07 13:56:11 +02:00
parent 9a89d90f6e
commit 3537de765d
6 changed files with 48 additions and 46 deletions

View File

@@ -100,7 +100,6 @@
.bp4-control {
margin-bottom: 0;
}
.resizer {
display: inline-block;
background: transparent;
@@ -134,11 +133,8 @@
width: 15px;
}
}
.bp4-control.bp4-checkbox
input:not(:checked):not(:indeterminate)
~ .bp4-control-indicator {
// box-shadow: inset 0 0 0 1px #c5cbd3;
.bp4-control.bp4-checkbox input:not(:checked):not(:indeterminate) ~ .bp4-control-indicator{
box-shadow: inset 0 0 0 1px var(--color-datatable-checkbox-border);
}
.skeleton {