diff --git a/assets/styles/main.scss b/assets/styles/main.scss index 2f2bb58c6..5b0779d30 100644 --- a/assets/styles/main.scss +++ b/assets/styles/main.scss @@ -78,6 +78,10 @@ blockquote { position: fixed; width: 100%; z-index: 10; + + a { + outline: none; + } } .hc-editor-content { @@ -156,3 +160,19 @@ hr { padding: $space-base; } } + +[class$="menu-popover"] { + a, button { + display: flex; + align-content: center; + align-items: center; + + .ds-icon { + padding-right: $space-xx-small; + } + } +} + +.v-popover.open .trigger a { + color: $text-color-link-active; +} diff --git a/components/LocaleSwitch.vue b/components/LocaleSwitch.vue index 88e7bdcb1..76060bd20 100644 --- a/components/LocaleSwitch.vue +++ b/components/LocaleSwitch.vue @@ -4,54 +4,48 @@ :placement="placement" :offset="offset" > - - + {{ item.route.name }} + +