Skip to content

Commit

Permalink
Merge branch 'main' into docs/add-grid-migration-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Jan 26, 2022
2 parents 19c51a1 + e11bf01 commit de1cad7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,15 @@

.#{$prefix}--toolbar-search-container-expandable .#{$prefix}--search-input {
height: 100%;
padding: 0;
cursor: pointer;
opacity: 0;
}

.#{$prefix}--toolbar-search-container-expandable:not(.#{$prefix}--toolbar-search-container-active)
.#{$prefix}--search-input {
padding: 0;
}

.#{$prefix}--toolbar-search-container-expandable
.#{$prefix}--search-magnifier-icon {
left: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const HeaderSideNavItems = ({
},
customClassName
);
return <div className={className}>{children}</div>;
return <ul className={className}>{children}</ul>;
};

HeaderSideNavItems.propTypes = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,15 @@

.#{$prefix}--toolbar-search-container-expandable .#{$prefix}--search-input {
height: 100%;
padding: 0;
cursor: pointer;
opacity: 0;
}

.#{$prefix}--toolbar-search-container-expandable:not(.#{$prefix}--toolbar-search-container-active)
.#{$prefix}--search-input {
padding: 0;
}

.#{$prefix}--toolbar-search-container-expandable
.#{$prefix}--search-magnifier-icon {
left: 0;
Expand Down

0 comments on commit de1cad7

Please sign in to comment.