small ui fixes

This commit is contained in:
2023-06-03 23:04:57 +02:00
parent 33f23f838d
commit cd807d7ff0
4 changed files with 25 additions and 14 deletions

View File

@@ -17,3 +17,11 @@ import { OnClickOutside } from '@vueuse/components'
</UIDropdown>
</OnClickOutside>
</template>
<style scoped lang="scss">
.topbar-button {
&:focus-within {
@apply border-white bg-white text-primary;
}
@apply hover:border-white hover:bg-white hover:text-primary focus-visible:outline-white;
}
</style>