small ui fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user