File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ const props = defineProps({
63
63
<style lang="scss" scoped>
64
64
// ///////////////////////////////////////////////////////////////////// General
65
65
.with-loader.theme__primary {
66
- & :hover {
67
- cursor : default ;
66
+ & :hover ,
67
+ & :focus-visible {
68
68
:deep (.inner-content.loading ) {
69
69
.fill- path {
70
70
opacity : 0 ;
Original file line number Diff line number Diff line change @@ -176,7 +176,6 @@ const submitForm = async () => {
176
176
}
177
177
}
178
178
179
-
180
179
// //////////////////////////////////////////////////////////////////////// Form
181
180
// ---------------------------------------------------------------------- General
182
181
.signup-form {
@@ -192,7 +191,6 @@ const submitForm = async () => {
192
191
}
193
192
}
194
193
.submit-error {
195
-
196
194
color : var (--error );
197
195
margin : 0 toRem (94 ) 0 toRem (5 );
198
196
@include mini {
You can’t perform that action at this time.
0 commit comments