This commit is contained in:
David Cook
2023-11-29 15:18:23 +11:00
parent f034e46aed
commit aa792346fc

View File

@@ -125,18 +125,13 @@
// "Naked" inputs. Row hover helps reveal them.
input:not([type="checkbox"]) {
border-color: transparent;
background-color: $color-tbl-cell-bg;
height: auto;
font-size: inherit;
font-weight: inherit;
&:focus {
border-color: $color-txt-hover-brd;
}
&.changed {
border-color: $color-txt-changed-brd;
&:not(:focus):not(.changed) {
border-color: transparent;
}
}