Skip to content
Snippets Groups Projects
Commit 356f7d5e authored by David Bühler's avatar David Bühler
Browse files

[Ivette] Toolbar: set a fixed width for the search field.

parent 9f51636e
No related branches found
No related tags found
No related merge requests found
...@@ -443,16 +443,12 @@ ...@@ -443,16 +443,12 @@
padding: 0; padding: 0;
overflow: hidden; overflow: hidden;
font-size: 13px; font-size: 13px;
width: 28px; width: 228px;
border-radius: 12px; border-radius: 12px;
transition: width 0.4s ease-in-out; transition: width 0.4s ease-in-out;
z-Index: +1; z-Index: +1;
} }
.dome-xToolBar-actionField:hover {
width: 228px;
}
.dome-xToolBar-actionField:focus-within { .dome-xToolBar-actionField:focus-within {
width: 228px !important; width: 228px !important;
box-shadow: 0 0 2px var(--border-discrete); box-shadow: 0 0 2px var(--border-discrete);
......
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