UX: Show caret icon on user notification dropdown (#11991)
This commit is contained in:
parent
d1b289daaa
commit
3ed6747bf2
|
@ -9,6 +9,7 @@ export default DropdownSelectBox.extend({
|
|||
|
||||
selectKitOptions: {
|
||||
headerIcon: "userNotificationicon",
|
||||
showCaret: true,
|
||||
},
|
||||
|
||||
userNotificationicon: computed("mainCollection.[]", "value", function () {
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
&.user-notifications-dropdown {
|
||||
text-align: left;
|
||||
|
||||
.d-icon {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.select-kit-body {
|
||||
width: 485px;
|
||||
max-width: 485px;
|
||||
|
|
Loading…
Reference in New Issue