Revert "fix: grid header checkbox style"

This commit is contained in:
Ejaaz Khan 2025-11-16 17:21:57 +05:30 committed by GitHub
parent 7f1125f353
commit 39fe1a7be7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,6 +58,7 @@
.grid-static-col,
.row-check,
.row-index {
height: 32px;
padding: 4px 8px !important;
background-color: var(--subtle-fg);
}
@ -187,7 +188,6 @@
input {
margin-right: 0 !important;
margin-bottom: -3px;
margin-top: 5px;
}
&.search {
@ -686,7 +686,9 @@
&:focus-visible {
@include grid-focus();
}
.grid-static-col {
height: 40px;
}
.grid-static-col.col-xs-1 {
flex: 1 0 60px;
width: 60px;