Browse Source

fix(ForgotPassword): steps has click cursor despite not being clickable

Kristian Vos 3 years ago
parent
commit
2b706c679a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/App.vue

+ 1 - 1
frontend/src/App.vue

@@ -1123,7 +1123,7 @@ h4.section-title {
 		min-height: 50px;
 		background-color: var(--white);
 		font-size: 30px;
-		cursor: pointer;
+		user-select: none;
 
 		&.selected {
 			background-color: var(--primary-color);