File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
packages/core/src/components/button Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 54
54
border-color : $ray-color-blue-70 ;
55
55
}
56
56
57
+ & :active {
58
+ box-shadow : 0 0 0 3px transparentize ($ray-color-blue-50 , 0.75 );
59
+ }
60
+
57
61
& .#{$ray-class-prefix } button--danger {
58
62
background-color : $ray-color-red-50 ;
59
63
border-color : $ray-color-red-50 ;
68
72
border-color : $ray-color-red-70 ;
69
73
}
70
74
75
+ & :active {
76
+ box-shadow : 0 0 0 3px transparentize ($ray-color-red-50 , 0.75 );
77
+ }
78
+
71
79
& [disabled ] {
72
80
background-color : $ray-color-red-20 ;
73
81
border-color : $ray-color-red-20 ;
94
102
background-color : $ray-color-blue-20 ;
95
103
}
96
104
105
+ & :active {
106
+ box-shadow : 0 0 0 3px transparentize ($ray-color-blue-50 , 0.75 );
107
+ }
108
+
97
109
& .#{$ray-class-prefix } button--danger {
98
110
border-color : $ray-color-red-50 ;
99
111
color : $ray-color-red-50 ;
106
118
background-color : $ray-color-red-20 ;
107
119
}
108
120
121
+ & :active {
122
+ box-shadow : 0 0 0 3px transparentize ($ray-color-red-50 , 0.75 );
123
+ }
124
+
109
125
& [disabled ] {
110
126
background-color : $ray-color-white ;
111
127
border-color : rgba ($ray-color-red-50 , 0.4 );
You can’t perform that action at this time.
0 commit comments