diff --git a/platypush/backend/http/webapp/src/components/elements/DropdownItem.vue b/platypush/backend/http/webapp/src/components/elements/DropdownItem.vue index 4698b704..1214ae7d 100644 --- a/platypush/backend/http/webapp/src/components/elements/DropdownItem.vue +++ b/platypush/backend/http/webapp/src/components/elements/DropdownItem.vue @@ -1,9 +1,9 @@ @@ -60,6 +60,10 @@ export default { background: $hover-bg; } + &.selected { + font-weight: bold; + } + &.disabled { color: $dropdown-disabled-color; cursor: initial; @@ -68,6 +72,7 @@ export default { .icon { display: inline-flex; align-items: center; + max-width: 2em; } ::v-deep(.icon-container) {