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 5454 border-color : $ray-color-blue-70 ;
5555 }
5656
57+ & :active {
58+ box-shadow : 0 0 0 3px transparentize ($ray-color-blue-50 , 0.75 );
59+ }
60+
5761 & .#{$ray-class-prefix } button--danger {
5862 background-color : $ray-color-red-50 ;
5963 border-color : $ray-color-red-50 ;
6872 border-color : $ray-color-red-70 ;
6973 }
7074
75+ & :active {
76+ box-shadow : 0 0 0 3px transparentize ($ray-color-red-50 , 0.75 );
77+ }
78+
7179 & [disabled ] {
7280 background-color : $ray-color-red-20 ;
7381 border-color : $ray-color-red-20 ;
94102 background-color : $ray-color-blue-20 ;
95103 }
96104
105+ & :active {
106+ box-shadow : 0 0 0 3px transparentize ($ray-color-blue-50 , 0.75 );
107+ }
108+
97109 & .#{$ray-class-prefix } button--danger {
98110 border-color : $ray-color-red-50 ;
99111 color : $ray-color-red-50 ;
106118 background-color : $ray-color-red-20 ;
107119 }
108120
121+ & :active {
122+ box-shadow : 0 0 0 3px transparentize ($ray-color-red-50 , 0.75 );
123+ }
124+
109125 & [disabled ] {
110126 background-color : $ray-color-white ;
111127 border-color : rgba ($ray-color-red-50 , 0.4 );
You can’t perform that action at this time.
0 commit comments