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: {
|
selectKitOptions: {
|
||||||
headerIcon: "userNotificationicon",
|
headerIcon: "userNotificationicon",
|
||||||
|
showCaret: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
userNotificationicon: computed("mainCollection.[]", "value", function () {
|
userNotificationicon: computed("mainCollection.[]", "value", function () {
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
&.user-notifications-dropdown {
|
&.user-notifications-dropdown {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
|
.d-icon {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.select-kit-body {
|
.select-kit-body {
|
||||||
width: 485px;
|
width: 485px;
|
||||||
max-width: 485px;
|
max-width: 485px;
|
||||||
|
|
Loading…
Reference in New Issue