Skip to content

Commit c50a573

Browse files
committed
feat: signup button styling for keyboard navigation
1 parent ca24af1 commit c50a573

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

components/button/cta-with-loader.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ const props = defineProps({
6363
<style lang="scss" scoped>
6464
// ///////////////////////////////////////////////////////////////////// General
6565
.with-loader.theme__primary {
66-
&:hover {
67-
cursor: default;
66+
&:hover,
67+
&:focus-visible {
6868
:deep(.inner-content.loading) {
6969
.fill-path {
7070
opacity: 0;

components/signup-card.vue

-2
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ const submitForm = async () => {
176176
}
177177
}
178178
179-
180179
// //////////////////////////////////////////////////////////////////////// Form
181180
//---------------------------------------------------------------------- General
182181
.signup-form {
@@ -192,7 +191,6 @@ const submitForm = async () => {
192191
}
193192
}
194193
.submit-error {
195-
196194
color: var(--error);
197195
margin: 0 toRem(94) 0 toRem(5);
198196
@include mini {

0 commit comments

Comments
 (0)