浏览代码

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

Kristian Vos 3 年之前
父节点
当前提交
2b706c679a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);