@dada-element/style
Advanced tools
+8
-1
| { | ||
| "name": "@dada-element/style", | ||
| "version": "1.2.10", | ||
| "version": "1.2.28", | ||
| "description": "@dada-element styles", | ||
| "author": "gjssss", | ||
| "private": false, | ||
| "license": "MIT", | ||
@@ -11,2 +12,5 @@ "repository": { | ||
| }, | ||
| "release-it": { | ||
| "git": false | ||
| }, | ||
| "files": [ | ||
@@ -19,3 +23,6 @@ "icon", | ||
| "access": "public" | ||
| }, | ||
| "scripts": { | ||
| "release": "release-it" | ||
| } | ||
| } |
+7
-0
@@ -90,2 +90,9 @@ // 文件全局引入mixin | ||
| .__dd-button-disabled { | ||
| color: var(--sub-primary); | ||
| background-color: var(--sub-flat); | ||
| cursor: not-allowed; | ||
| pointer-events: none; | ||
| } | ||
| @each $name, $value-map in $text-map { | ||
@@ -92,0 +99,0 @@ .__dd-button-text.__dd-button-type-#{$name} { |
18706
-1.5%