Revert "fix: grid header checkbox style"
This commit is contained in:
parent
7f1125f353
commit
39fe1a7be7
1 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue