File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Resources/public/scss/ui/modules/universal-discovery
sub-items/components/view-columns-toggler Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 86
86
87
87
& __icon-wrapper {
88
88
position : relative ;
89
- margin-right : calculateRem (20 px );
89
+ margin-right : calculateRem (24 px );
90
90
text-align : center ;
91
91
92
92
.ibexa-icon {
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const SimpleDropdown = ({
62
62
const renderCaretIcon = ( ) => {
63
63
const iconName = isExpanded ? 'caret-up' : 'caret-down' ;
64
64
65
- return < Icon name = { iconName } extraClasses = "ibexa-icon--tiny- small c-simple-dropdown__expand-icon" /> ;
65
+ return < Icon name = { iconName } extraClasses = "ibexa-icon--small c-simple-dropdown__expand-icon" /> ;
66
66
} ;
67
67
const renderSelectedLabel = ( ) => {
68
68
if ( ! selectedOption && ! ! selectedItemLabel ) {
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ export default class ViewColumnsTogglerComponent extends Component {
118
118
renderCaretIcon ( ) {
119
119
const iconName = this . state . isOpen ? 'caret-up' : 'caret-down' ;
120
120
121
- return < Icon name = { iconName } extraClasses = "ibexa-icon--tiny- small c-simple-dropdown__expand-icon" /> ;
121
+ return < Icon name = { iconName } extraClasses = "ibexa-icon--small c-simple-dropdown__expand-icon" /> ;
122
122
}
123
123
124
124
renderToggler ( ) {
You can’t perform that action at this time.
0 commit comments