Skip to content
Snippets Groups Projects
Commit bb98cbc4 authored by Martin Leblanc's avatar Martin Leblanc
Browse files

ISTWCMS-7289: Add missing css to fix tab loop.

parent 985bfa1a
No related branches found
No related tags found
1 merge request!274ISTWCMS-7289 Add css to put select's wrapping element in flow
......@@ -44,7 +44,9 @@
height: inherit;
width: inherit;
}
label[for="uw-search"] {
display: block;
}
.option {
display: inherit;
font-family: inherit;
......
......@@ -277,8 +277,6 @@
color: var(--uw-black);
}
@media(min-width: $screen-md) {
display: none;
opacity: 0;
overflow: hidden;
padding: 0;
transition: opacity 0.5s ease;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment