Skip to content

Commit

Permalink
pkp/pkp-lib#9890 Override Button color style for links on hover, acti…
Browse files Browse the repository at this point in the history
…ve and focus events
  • Loading branch information
blesildaramirez committed May 3, 2024
1 parent cd21f30 commit 606a933
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/Button/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,13 @@ const emit = defineEmits([
'blur',
]);
</script>

<style lang="less" scoped>
@import '../../styles/_import';
a.text-on-dark:hover,
a.text-on-dark:focus,
a.text-on-dark:active {
color: rgb(255 255 255 / var(--tw-text-opacity));
}
</style>

0 comments on commit 606a933

Please sign in to comment.