Skip to content

Commit

Permalink
refactor(ui5-shellbar): apply max-width on search input (#10106)
Browse files Browse the repository at this point in the history
  • Loading branch information
dobrinyonkov authored Oct 29, 2024
1 parent 891ffe7 commit 18e6138
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/fiori/src/themes/ShellBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ slot[name="profile"] {
overflow: hidden;
}

.ui5-shellbar-logo-area .ui5-shellbar-logo {
padding: 0;
}

:host([variant="Lean"]) .ui5-shellbar-logo-area {
cursor: default;
pointer-events: none;
Expand Down Expand Up @@ -504,7 +508,6 @@ slot[name="profile"] {
flex-grow: 1;
min-width: 40%;
margin-inline-start: 0.5rem;
max-width: 25rem;
}

.ui5-shellbar-search-full-width-wrapper .ui5-shellbar-search-full-field {
Expand Down Expand Up @@ -536,6 +539,7 @@ slot[name="profile"] {
color: var(--_ui5_shellbar_search_field_color);
height: 2.25rem;
width: 100%;
max-width: 25rem;
}

::slotted([ui5-input]:hover) {
Expand Down

0 comments on commit 18e6138

Please sign in to comment.