Merge pull request #2074 from 4Science/CST-7221-var

[CST-7221] Opaque search bar
This commit is contained in:
Tim Donohue
2023-02-06 10:04:19 -06:00
committed by GitHub

View File

@@ -1,9 +1,6 @@
input[type="text"] {
margin-top: calc(-0.5 * var(--bs-font-size-base));
&:focus {
background-color: rgba(255, 255, 255, 0.5) !important;
}
background-color: #fff !important;
&.collapsed {
opacity: 0;