File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 55
55
background-color : var (--joy-button-tertiary-active );
56
56
}
57
57
}
58
+ & .transparent {
59
+ color : inherit;
60
+ border : 1px solid var (--joy-button-transparent-active );
61
+ background-color : var (--joy-button-transparent );
62
+ & : hover {
63
+ background-color : var (--joy-button-transparent-hover );
64
+ }
65
+ & : active {
66
+ background-color : var (--joy-button-transparent-active );
67
+ }
68
+ }
69
+ & .tertiary {
70
+ border : 1px solid var (--joy-button-tertiary );
71
+ background-color : var (--joy-button-tertiary );
72
+ & : hover {
73
+ background-color : var (--joy-button-tertiary-hover );
74
+ }
75
+ & : active {
76
+ background-color : var (--joy-button-tertiary-active );
77
+ }
78
+ }
58
79
& .warn {
59
80
background-color : var (--joy-button-warn );
60
81
& : hover {
Original file line number Diff line number Diff line change 85
85
--joy-button-tertiary : var (--color-slate-500 );
86
86
--joy-button-tertiary-hover : var (--color-slate-600 );
87
87
--joy-button-tertiary-active : var (--color-slate-700 );
88
+ --joy-button-transparent : none;
89
+ --joy-button-transparent-hover : var (--joy-color-100 );
90
+ --joy-button-transparent-active : var (--joy-color-200 );
88
91
--joy-button-warn : var (--color-red-500 );
89
92
--joy-button-warn-hover : var (--color-red-400 );
90
93
}
123
126
--joy-link-visited : var (--joy-link-3 );
124
127
--joy-link-decoration : var (--joy-link-8 );
125
128
--joy-link-active : var (--joy-link-5 );
129
+
130
+ --joy-button-transparent : none;
131
+ --joy-button-transparent-hover : var (--joy-color-950 );
132
+ --joy-button-transparent-active : var (--joy-color-900 );
126
133
}
You can’t perform that action at this time.
0 commit comments