소스 검색

Rename `zero` suffix to `none` for clarity of purpose

Allan Cole 6 년 전
부모
커밋
19acd943e7
4개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 2 2
      varia/sass/blocks/utilities/_spacing-overrides.scss
  2. 2 2
      varia/style-editor.css
  3. 2 2
      varia/style-rtl.css
  4. 2 2
      varia/style.css

+ 2 - 2
varia/sass/blocks/utilities/_spacing-overrides.scss

@@ -2,7 +2,7 @@
  * Margins
  */
 
-.margin-top-zero {
+.margin-top-none {
 	margin-top: 0 !important;
 }
 
@@ -14,7 +14,7 @@
 	margin-top: map-deep-get($config-global, "spacing", "vertical") !important;
 }
 
-.margin-bottom-zero {
+.margin-bottom-none {
 	margin-bottom: 0 !important;
 }
 

+ 2 - 2
varia/style-editor.css

@@ -697,7 +697,7 @@ table th,
 /*
  * Margins
  */
-.margin-top-zero {
+.margin-top-none {
 	margin-top: 0 !important;
 }
 
@@ -709,7 +709,7 @@ table th,
 	margin-top: 32px !important;
 }
 
-.margin-bottom-zero {
+.margin-bottom-none {
 	margin-bottom: 0 !important;
 }
 

+ 2 - 2
varia/style-rtl.css

@@ -2060,7 +2060,7 @@ table th,
 /*
  * Margins
  */
-.margin-top-zero {
+.margin-top-none {
 	margin-top: 0 !important;
 }
 
@@ -2072,7 +2072,7 @@ table th,
 	margin-top: 32px !important;
 }
 
-.margin-bottom-zero {
+.margin-bottom-none {
 	margin-bottom: 0 !important;
 }
 

+ 2 - 2
varia/style.css

@@ -2065,7 +2065,7 @@ table th,
 /*
  * Margins
  */
-.margin-top-zero {
+.margin-top-none {
 	margin-top: 0 !important;
 }
 
@@ -2077,7 +2077,7 @@ table th,
 	margin-top: 32px !important;
 }
 
-.margin-bottom-zero {
+.margin-bottom-none {
 	margin-bottom: 0 !important;
 }