@alicloud/console-base-theme 1.9.4 → 1.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/cjs/mixin/reset.js
CHANGED
|
@@ -19,5 +19,5 @@ var mixinInputReset = (0, _styledComponents.css)(["border:1px solid transparent;
|
|
|
19
19
|
* 4. 定义 disabled 的基础样式
|
|
20
20
|
*/
|
|
21
21
|
exports.mixinInputReset = mixinInputReset;
|
|
22
|
-
var mixinButtonReset = (0, _styledComponents.css)(["padding:0;border:1px solid transparent;box-sizing:border-box;outline:none;background:none;line-height:inherit;cursor:pointer;font-family:inherit;font-size:inherit;text-align:center;text-decoration:none;color:inherit;transition:all ease-out 0.3s;&:hover,&:link:hover{text-decoration:none;}&:focus-visible{outline:
|
|
22
|
+
var mixinButtonReset = (0, _styledComponents.css)(["padding:0;border:1px solid transparent;box-sizing:border-box;outline:none;background:none;line-height:inherit;cursor:pointer;font-family:inherit;font-size:inherit;text-align:center;text-decoration:none;color:inherit;transition:all ease-out 0.3s;&:hover,&:link:hover{text-decoration:none;}&:focus-visible{outline:2px dashed ", ";}&[disabled]{cursor:not-allowed;}"], _var.COLOR.BORDER_ACCENT_HOVER);
|
|
23
23
|
exports.mixinButtonReset = mixinButtonReset;
|
package/build/es/mixin/reset.js
CHANGED
|
@@ -12,4 +12,4 @@ export var mixinInputReset = css(["border:1px solid transparent;box-sizing:borde
|
|
|
12
12
|
* 3. 避免 link hover 的样式干扰
|
|
13
13
|
* 4. 定义 disabled 的基础样式
|
|
14
14
|
*/
|
|
15
|
-
export var mixinButtonReset = css(["padding:0;border:1px solid transparent;box-sizing:border-box;outline:none;background:none;line-height:inherit;cursor:pointer;font-family:inherit;font-size:inherit;text-align:center;text-decoration:none;color:inherit;transition:all ease-out 0.3s;&:hover,&:link:hover{text-decoration:none;}&:focus-visible{outline:
|
|
15
|
+
export var mixinButtonReset = css(["padding:0;border:1px solid transparent;box-sizing:border-box;outline:none;background:none;line-height:inherit;cursor:pointer;font-family:inherit;font-size:inherit;text-align:center;text-decoration:none;color:inherit;transition:all ease-out 0.3s;&:hover,&:link:hover{text-decoration:none;}&:focus-visible{outline:2px dashed ", ";}&[disabled]{cursor:not-allowed;}"], COLOR.BORDER_ACCENT_HOVER);
|