diff --git a/src/front/cobalt.css b/src/front/cobalt.css index 911f3d61..4943bd26 100644 --- a/src/front/cobalt.css +++ b/src/front/cobalt.css @@ -868,7 +868,6 @@ input[type="checkbox"] { flex-direction: row; align-items: center; flex-wrap: nowrap; - /* padding: 0.55rem 1rem 0.8rem 0.7rem; */ width: fit-content; background: var(--accent-button-bg); font-size: 0.9rem; @@ -887,11 +886,9 @@ input[type="checkbox"] { .dropdown-select select:hover { background: var(--accent-hover); } - .dropdown-select select option:hover { background: var(--accent-hover); } - .dropdown-select select option { line-height: 0.9rem; height: 2.25rem;