maTh 4 năm trước cách đây
mục cha
commit
83110b1c49
3 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      p/themes/Swage/swage.css
  2. 1 1
      p/themes/Swage/swage.rtl.css
  3. 1 1
      p/themes/Swage/swage.scss

+ 1 - 1
p/themes/Swage/swage.css

@@ -1160,5 +1160,5 @@ button.as-link {
 	min-height: initial;
 }
 #slider .form-group:hover {
-	background: inital;
+	background: initial;
 }

+ 1 - 1
p/themes/Swage/swage.rtl.css

@@ -1160,5 +1160,5 @@ button.as-link {
 	min-height: initial;
 }
 #slider .form-group:hover {
-	background: inital;
+	background: initial;
 }

+ 1 - 1
p/themes/Swage/swage.scss

@@ -1423,7 +1423,7 @@ button.as-link {
 
 	.form-group {
 		&:hover {
-			background: inital;
+			background: initial;
 		}
 	}