Skip to content

Commit 7dc8227

Browse files
Styling for sortBy component
1 parent 858756d commit 7dc8227

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

app/design/adminhtml/Magento/backend/Magento_Ui/web/css/source/module/_masonry-grid.less

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,16 @@
114114
}
115115
}
116116
}
117+
118+
&-sortby {
119+
select {
120+
border: none;
121+
background-image: url(../images/arrows-bg.svg);
122+
padding-right: 3.2rem;
123+
&:active {
124+
background-image+: url('../images/arrows-bg.svg');
125+
}
126+
}
127+
}
117128
}
118129
}

0 commit comments

Comments
 (0)