]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update variables documentation
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 11 Apr 2020 12:25:42 +0000 (13:25 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 11 Apr 2020 12:25:42 +0000 (13:25 +0100)
docs/_data/variables/components/media.json
docs/_data/variables/components/modal.json
docs/_data/variables/components/navbar.json
docs/_data/variables/elements/button.json
docs/_data/variables/form/shared.json
docs/_data/variables/layout/hero.json

index b7ea1b53dc40350b40ac3496caff9726a0af1026..0f85fc0641269df3f997060dc964507370458891 100644 (file)
@@ -2,8 +2,8 @@
   "by_name": {
     "$media-border-color": {
       "name": "$media-border-color",
-      "value": "rgba($border, 0.5)",
-      "type": "color"
+      "value": "bulmaRgba($border, 0.5)",
+      "type": "compound"
     }
   },
   "list": [
index a2123e68d17664dd5969ede726ade9f33c222441..a213433dfbd9d66106ff55f2f24f154e14be71a3 100644 (file)
@@ -7,8 +7,8 @@
     },
     "$modal-background-background-color": {
       "name": "$modal-background-background-color",
-      "value": "rgba($scheme-invert, 0.86)",
-      "type": "color"
+      "value": "bulmaRgba($scheme-invert, 0.86)",
+      "type": "compound"
     },
     "$modal-content-width": {
       "name": "$modal-content-width",
index 61c9fa3e16a7d613df907d68c9897ea89089b18a..8c71e6ff40ce52ff203d85e9170d307b7da9376c 100644 (file)
     },
     "$navbar-dropdown-boxed-shadow": {
       "name": "$navbar-dropdown-boxed-shadow",
-      "value": "0 8px 8px rgba($scheme-invert, 0.1), 0 0 0 1px rgba($scheme-invert, 0.1)",
+      "value": "0 8px 8px bulmaRgba($scheme-invert, 0.1), 0 0 0 1px bulmaRgba($scheme-invert, 0.1)",
       "type": "size"
     },
     "$navbar-dropdown-item-hover-color": {
index 4114538ec42fe44a618e9a56fc1216edd423f77e..5e07ebfc41a7d1feaf7b9bc10d1c3ba4bca883dd 100644 (file)
@@ -76,8 +76,8 @@
     },
     "$button-focus-box-shadow-color": {
       "name": "$button-focus-box-shadow-color",
-      "value": "rgba($link, 0.25)",
-      "type": "color"
+      "value": "bulmaRgba($link, 0.25)",
+      "type": "compound"
     },
     "$button-active-color": {
       "name": "$button-active-color",
       "computed_type": "color",
       "computed_value": "hsl(0, 0%, 29%)"
     },
+    "$button-text-decoration": {
+      "name": "$button-text-decoration",
+      "value": "underline",
+      "type": "string"
+    },
     "$button-text-hover-background-color": {
       "name": "$button-text-hover-background-color",
       "value": "$background",
     "$button-active-color",
     "$button-active-border-color",
     "$button-text-color",
+    "$button-text-decoration",
     "$button-text-hover-background-color",
     "$button-text-hover-color",
     "$button-disabled-background-color",
index a0f449fb87f12036623f87f2c5e28be4bac914e3..b016afdc9d362e9de12bdc30f76b0c63095f9285 100644 (file)
@@ -33,8 +33,8 @@
     },
     "$input-placeholder-color": {
       "name": "$input-placeholder-color",
-      "value": "rgba($input-color, 0.3)",
-      "type": "color"
+      "value": "bulmaRgba($input-color, 0.3)",
+      "type": "compound"
     },
     "$input-hover-color": {
       "name": "$input-hover-color",
@@ -71,8 +71,8 @@
     },
     "$input-focus-box-shadow-color": {
       "name": "$input-focus-box-shadow-color",
-      "value": "rgba($link, 0.25)",
-      "type": "color"
+      "value": "bulmaRgba($link, 0.25)",
+      "type": "compound"
     },
     "$input-disabled-color": {
       "name": "$input-disabled-color",
@@ -97,8 +97,8 @@
     },
     "$input-disabled-placeholder-color": {
       "name": "$input-disabled-placeholder-color",
-      "value": "rgba($input-disabled-color, 0.3)",
-      "type": "color"
+      "value": "bulmaRgba($input-disabled-color, 0.3)",
+      "type": "compound"
     },
     "$input-arrow": {
       "name": "$input-arrow",
index 93144f08e9c6a5788a1a41c998000c7cf6cd7d7a..d6cf2412a1f3b9301ca525e3fb372029e96bdcb5 100644 (file)
@@ -28,4 +28,4 @@
     "$hero-body-padding-large"
   ],
   "file_path": "layout/hero.sass"
-} 
\ No newline at end of file
+}
\ No newline at end of file