(canon)fix: use full menu width for combobox menu filter input.

Signed-off-by: Johan Persson <johanopersson@gmail.com>
This commit is contained in:
Johan Persson
2025-06-02 11:38:25 +02:00
parent e92dd5258d
commit c94f8e089c
5 changed files with 9 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/canon': patch
---
The filter input in menu comboboxes should now always use the full width of the menu it's in.
+1
View File
@@ -903,6 +903,7 @@
border: none;
border-bottom: 1px solid var(--canon-border);
background-color: var(--canon-bg-surface-1);
width: 100%;
height: 32px;
color: var(--canon-fg-primary);
line-height: 140%;
+1
View File
@@ -94,6 +94,7 @@
border: none;
border-bottom: 1px solid var(--canon-border);
background-color: var(--canon-bg-surface-1);
width: 100%;
height: 32px;
color: var(--canon-fg-primary);
line-height: 140%;
+1
View File
@@ -10127,6 +10127,7 @@
border: none;
border-bottom: 1px solid var(--canon-border);
background-color: var(--canon-bg-surface-1);
width: 100%;
height: 32px;
color: var(--canon-fg-primary);
line-height: 140%;
@@ -93,6 +93,7 @@
.canon-SubmenuComboboxSearch {
padding-inline: var(--canon-space-3);
width: 100%;
height: 32px;
border: none;
border-bottom: 1px solid var(--canon-border);