Skip to content

Commit 121cb69

Browse files
authored
IBX-10406: Adjust UI components to use small button and dropdown styles, update font size for content type selector list. (#1715)
1 parent dbb919b commit 121cb69

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/bundle/Resources/public/scss/ui/modules/universal-discovery/_content.type.selector.list.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
width: 100%;
1515
text-overflow: ellipsis;
1616
overflow: hidden;
17+
font-size: $ibexa-text-font-size-medium;
1718
}
1819

1920
.ibexa-input--checkbox {

src/bundle/ui-dev/src/modules/universal-discovery/components/filters/filters.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const Filters = ({ search }) => {
110110

111111
return (
112112
<button
113-
className="ibexa-tag-view-select__btn-select-path btn ibexa-btn ibexa-btn--secondary"
113+
className="ibexa-tag-view-select__btn-select-path btn ibexa-btn ibexa-btn--secondary ibexa-btn--small"
114114
type="button"
115115
onClick={() => setIsNestedUdwOpened(true)}
116116
>
@@ -158,7 +158,7 @@ const Filters = ({ search }) => {
158158
onChange={updateSelectedLanguage}
159159
value={selectedLanguage}
160160
options={languageOptions}
161-
extraClasses="c-udw-dropdown"
161+
extraClasses="ibexa-dropdown--small c-udw-dropdown"
162162
/>
163163
</FiltersRow>
164164
<ContentTypeSelector />
@@ -169,7 +169,7 @@ const Filters = ({ search }) => {
169169
onChange={updateSection}
170170
value={selectedSection}
171171
options={sectionOptions}
172-
extraClasses="c-udw-dropdown"
172+
extraClasses="ibexa-dropdown--small c-udw-dropdown"
173173
/>
174174
</FiltersRow>
175175
<FiltersRow title={subtreeLabel}>

0 commit comments

Comments
 (0)