Skip to content

Commit

Permalink
Fix border radius for close button in search navbar (#690)
Browse files Browse the repository at this point in the history
* Fix issue where styling for close button is not applied for navbar search field

* Remove end lines
  • Loading branch information
AugustasFriend authored Dec 11, 2023
1 parent 19d7801 commit 9ee3e9b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
--swui-field-text-color: var(--swui-field-text-color);
--swui-textinput-bg-color: var(--lhds-color-ui-50);
}
}

.clearButton {
border-radius: var(--swui-max-border-radius);
.clearButton {
border-radius: var(--swui-max-border-radius);
}
}

0 comments on commit 9ee3e9b

Please sign in to comment.