mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-16 10:18:28 +00:00
clean up css a bit
This commit is contained in:
parent
83582ebd44
commit
5884771dea
@ -868,7 +868,6 @@ input[type="checkbox"] {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
/* padding: 0.55rem 1rem 0.8rem 0.7rem; */
|
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
background: var(--accent-button-bg);
|
background: var(--accent-button-bg);
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
@ -887,11 +886,9 @@ input[type="checkbox"] {
|
|||||||
.dropdown-select select:hover {
|
.dropdown-select select:hover {
|
||||||
background: var(--accent-hover);
|
background: var(--accent-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-select select option:hover {
|
.dropdown-select select option:hover {
|
||||||
background: var(--accent-hover);
|
background: var(--accent-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-select select option {
|
.dropdown-select select option {
|
||||||
line-height: 0.9rem;
|
line-height: 0.9rem;
|
||||||
height: 2.25rem;
|
height: 2.25rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user