Skip to content

Commit

Permalink
8208. Changes in classic style
Browse files Browse the repository at this point in the history
  • Loading branch information
yohannahbautista committed Jan 11, 2024
1 parent 74e1b6e commit f2a635e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/components/toolbar/_toolbar-new.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,28 +122,4 @@
height: auto;
}
}
}

html[dir='rtl'] {
.toolbar {
&:not(.standalone) .searchfield-wrapper.toolbar-searchfield-wrapper:not(.has-categories):not(.is-open) {
input {
padding-left: 31px;
}

.icon:not(.icon-dropdown) {
right: 9px;
}

&.has-text {
input {
padding-left: 18px;
}

.icon:not(.icon-dropdown) {
right: 74px;
}
}
}
}
}
20 changes: 20 additions & 0 deletions src/components/toolbar/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,26 @@ html[dir='rtl'] {
}
}
}

&:not(.standalone) .searchfield-wrapper.toolbar-searchfield-wrapper:not(.has-categories):not(.is-open) {
input {
padding-left: 31px;
}

.icon:not(.icon-dropdown) {
right: 9px;
}

&.has-text {
input {
padding-left: 19px;
}

.icon:not(.icon-dropdown) {
right: 71px;
}
}
}
}
}

Expand Down

0 comments on commit f2a635e

Please sign in to comment.