rsuite 6.0.0-canary-20250624 → 6.0.0-canary-20250702
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/AutoComplete/styles/index.css +156 -161
- package/AvatarGroup/styles/index.css +1 -10
- package/Badge/styles/index.css +21 -21
- package/Button/styles/index.css +78 -63
- package/ButtonGroup/styles/index.css +15 -12
- package/ButtonToolbar/styles/index.css +1 -10
- package/CHANGELOG.md +9 -0
- package/Calendar/styles/index.css +92 -67
- package/Card/styles/index.css +7 -7
- package/CascadeTree/styles/index.css +8 -9
- package/Cascader/styles/index.css +160 -164
- package/CheckPicker/styles/index.css +173 -178
- package/CheckTree/styles/index.css +175 -180
- package/CheckTreePicker/styles/index.css +175 -180
- package/Checkbox/styles/index.css +21 -28
- package/CheckboxGroup/styles/index.css +1 -1
- package/DateInput/styles/index.css +8 -18
- package/DatePicker/styles/index.css +173 -168
- package/DateRangeInput/styles/index.css +8 -18
- package/DateRangePicker/styles/index.css +173 -168
- package/Dropdown/styles/index.css +110 -94
- package/IconButton/styles/index.css +95 -79
- package/InlineEdit/styles/index.css +12 -19
- package/Input/styles/index.css +8 -18
- package/InputGroup/styles/index.css +31 -38
- package/InputNumber/styles/index.css +115 -100
- package/InputPicker/styles/index.css +156 -161
- package/List/styles/index.css +10 -10
- package/Loader/styles/index.css +16 -16
- package/Menu/styles/index.css +2 -2
- package/Message/styles/index.css +2 -2
- package/MultiCascadeTree/styles/index.css +178 -191
- package/MultiCascader/styles/index.css +178 -200
- package/Nav/styles/index.css +162 -146
- package/Navbar/styles/index.css +140 -124
- package/NumberInput/styles/index.css +115 -100
- package/Pagination/styles/index.css +177 -200
- package/PasswordInput/styles/index.css +36 -43
- package/PinInput/styles/index.css +12 -22
- package/Radio/styles/index.css +22 -29
- package/RadioGroup/styles/index.css +11 -11
- package/SelectPicker/styles/index.css +156 -161
- package/Sidenav/styles/index.css +122 -129
- package/Stack/styles/index.css +1 -10
- package/Stat/styles/index.css +95 -79
- package/Steps/styles/index.css +26 -25
- package/Table/styles/index.css +11 -0
- package/Tabs/styles/index.css +162 -146
- package/Tag/styles/index.css +112 -96
- package/TagInput/styles/index.css +174 -179
- package/TagPicker/styles/index.css +174 -179
- package/TimePicker/styles/index.css +173 -168
- package/TimeRangePicker/styles/index.css +173 -168
- package/Toggle/styles/index.css +27 -30
- package/Tree/styles/index.css +157 -162
- package/TreePicker/styles/index.css +157 -162
- package/Uploader/styles/index.css +94 -65
- package/cjs/Badge/Badge.js +16 -11
- package/cjs/Breadcrumb/Breadcrumb.d.ts +2 -2
- package/cjs/Button/Button.js +9 -7
- package/cjs/ButtonGroup/ButtonGroup.js +7 -7
- package/cjs/Card/Card.js +6 -6
- package/cjs/Checkbox/Checkbox.js +6 -7
- package/cjs/CheckboxGroup/CheckboxGroup.js +3 -4
- package/cjs/Dropdown/Dropdown.js +3 -4
- package/cjs/Dropdown/DropdownItem.js +4 -4
- package/cjs/Dropdown/DropdownMenu.js +9 -10
- package/cjs/FormControl/FormControl.d.ts +1 -1
- package/cjs/FormControlLabel/FormControlLabel.d.ts +1 -1
- package/cjs/FormHelpText/FormHelpText.d.ts +1 -1
- package/cjs/IconButton/IconButton.d.ts +1 -1
- package/cjs/IconButton/IconButton.js +9 -9
- package/cjs/Image/Image.d.ts +1 -1
- package/cjs/InlineEdit/InlineEdit.js +3 -2
- package/cjs/InputGroup/InputGroup.js +12 -14
- package/cjs/InputGroup/InputGroupAddon.d.ts +2 -2
- package/cjs/InputPicker/InputAutosize.js +4 -6
- package/cjs/List/List.d.ts +1 -1
- package/cjs/List/List.js +7 -8
- package/cjs/List/ListItem.d.ts +2 -2
- package/cjs/List/ListItem.js +4 -4
- package/cjs/Loader/Loader.js +8 -7
- package/cjs/Menu/MenuSeparator.d.ts +2 -2
- package/cjs/Nav/Nav.d.ts +2 -2
- package/cjs/Nav/Nav.js +12 -13
- package/cjs/Nav/NavDropdownItem.js +4 -4
- package/cjs/Nav/NavDropdownMenu.js +10 -13
- package/cjs/Nav/NavItem.d.ts +2 -2
- package/cjs/Nav/NavItem.js +6 -8
- package/cjs/Navbar/Navbar.js +6 -6
- package/cjs/Navbar/NavbarDropdown.d.ts +1 -1
- package/cjs/Navbar/NavbarDropdown.js +3 -4
- package/cjs/Navbar/NavbarDropdownItem.js +4 -4
- package/cjs/Navbar/NavbarDropdownMenu.js +8 -11
- package/cjs/NumberInput/NumberInput.d.ts +1 -1
- package/cjs/Pagination/Pagination.js +3 -2
- package/cjs/Pagination/PaginationButton.d.ts +3 -3
- package/cjs/Pagination/PaginationButton.js +9 -17
- package/cjs/Pagination/PaginationGroup.js +2 -1
- package/cjs/Panel/PanelHeader.d.ts +1 -1
- package/cjs/Radio/Radio.js +6 -6
- package/cjs/RadioGroup/RadioGroup.js +4 -4
- package/cjs/Sidenav/ExpandedSidenavDropdown.d.ts +1 -1
- package/cjs/Sidenav/Sidenav.js +3 -2
- package/cjs/Sidenav/SidenavDropdown.js +3 -5
- package/cjs/Sidenav/SidenavDropdownItem.js +4 -4
- package/cjs/Sidenav/SidenavDropdownMenu.js +10 -13
- package/cjs/Sidenav/SidenavItem.d.ts +2 -2
- package/cjs/Sidenav/SidenavItem.js +4 -5
- package/cjs/Slider/Handle.d.ts +1 -1
- package/cjs/Stack/Stack.d.ts +1 -17
- package/cjs/Stack/Stack.js +3 -4
- package/cjs/Stack/StackItem.d.ts +4 -5
- package/cjs/Stack/StackItem.js +4 -10
- package/cjs/Steps/StepItem.js +7 -8
- package/cjs/Steps/Steps.d.ts +2 -1
- package/cjs/Steps/Steps.js +32 -34
- package/cjs/Tabs/Tabs.js +1 -1
- package/cjs/Tag/Tag.js +5 -2
- package/cjs/Toggle/Toggle.d.ts +1 -1
- package/cjs/Toggle/Toggle.js +7 -6
- package/cjs/Tree/types.d.ts +2 -2
- package/cjs/Uploader/Uploader.d.ts +2 -2
- package/cjs/internals/Box/Box.d.ts +1 -0
- package/cjs/internals/Box/index.d.ts +1 -1
- package/cjs/internals/Box/utils.js +5 -4
- package/cjs/internals/InputBase/InputBase.d.ts +1 -1
- package/cjs/internals/InputBase/InputBase.js +3 -2
- package/cjs/internals/Menu/MenuItem.js +1 -1
- package/cjs/internals/Overlay/Modal.d.ts +1 -1
- package/cjs/internals/Picker/PickerToggle.js +2 -4
- package/cjs/internals/SafeAnchor/SafeAnchor.d.ts +2 -2
- package/cjs/internals/Tree/TreeView.d.ts +2 -2
- package/cjs/internals/hooks/useCustom.js +24 -7
- package/cjs/internals/styled-system/css-alias.d.ts +7 -0
- package/cjs/internals/styled-system/css-alias.js +391 -0
- package/cjs/internals/styled-system/css-properties.d.ts +6 -0
- package/cjs/internals/styled-system/css-properties.js +30 -0
- package/cjs/internals/styled-system/index.d.ts +1 -1
- package/cjs/internals/styled-system/index.js +4 -4
- package/cjs/internals/styled-system/responsive.d.ts +0 -4
- package/cjs/internals/styled-system/responsive.js +12 -33
- package/cjs/internals/styled-system/types.d.ts +59 -5
- package/cjs/internals/styled-system/useStyled.js +3 -3
- package/cjs/internals/types/html.d.ts +6 -6
- package/cjs/internals/types/picker.d.ts +1 -1
- package/dist/rsuite-no-reset.css +641 -641
- package/dist/rsuite-no-reset.min.css +1 -1
- package/dist/rsuite.css +641 -641
- package/dist/rsuite.js +60 -60
- package/dist/rsuite.min.css +1 -1
- package/dist/rsuite.min.js +1 -1
- package/dist/rsuite.min.js.map +1 -1
- package/esm/Badge/Badge.js +16 -11
- package/esm/Breadcrumb/Breadcrumb.d.ts +2 -2
- package/esm/Button/Button.js +9 -7
- package/esm/ButtonGroup/ButtonGroup.js +7 -7
- package/esm/Card/Card.js +6 -6
- package/esm/Checkbox/Checkbox.js +6 -7
- package/esm/CheckboxGroup/CheckboxGroup.js +3 -4
- package/esm/Dropdown/Dropdown.js +3 -4
- package/esm/Dropdown/DropdownItem.js +4 -4
- package/esm/Dropdown/DropdownMenu.js +9 -10
- package/esm/FormControl/FormControl.d.ts +1 -1
- package/esm/FormControlLabel/FormControlLabel.d.ts +1 -1
- package/esm/FormHelpText/FormHelpText.d.ts +1 -1
- package/esm/IconButton/IconButton.d.ts +1 -1
- package/esm/IconButton/IconButton.js +9 -9
- package/esm/Image/Image.d.ts +1 -1
- package/esm/InlineEdit/InlineEdit.js +3 -2
- package/esm/InputGroup/InputGroup.js +12 -14
- package/esm/InputGroup/InputGroupAddon.d.ts +2 -2
- package/esm/InputPicker/InputAutosize.js +4 -6
- package/esm/List/List.d.ts +1 -1
- package/esm/List/List.js +7 -8
- package/esm/List/ListItem.d.ts +2 -2
- package/esm/List/ListItem.js +4 -4
- package/esm/Loader/Loader.js +8 -7
- package/esm/Menu/MenuSeparator.d.ts +2 -2
- package/esm/Nav/Nav.d.ts +2 -2
- package/esm/Nav/Nav.js +12 -13
- package/esm/Nav/NavDropdownItem.js +4 -4
- package/esm/Nav/NavDropdownMenu.js +10 -13
- package/esm/Nav/NavItem.d.ts +2 -2
- package/esm/Nav/NavItem.js +6 -8
- package/esm/Navbar/Navbar.js +7 -7
- package/esm/Navbar/NavbarDropdown.d.ts +1 -1
- package/esm/Navbar/NavbarDropdown.js +3 -4
- package/esm/Navbar/NavbarDropdownItem.js +4 -4
- package/esm/Navbar/NavbarDropdownMenu.js +8 -11
- package/esm/NumberInput/NumberInput.d.ts +1 -1
- package/esm/Pagination/Pagination.js +3 -2
- package/esm/Pagination/PaginationButton.d.ts +3 -3
- package/esm/Pagination/PaginationButton.js +9 -16
- package/esm/Pagination/PaginationGroup.js +2 -1
- package/esm/Panel/PanelHeader.d.ts +1 -1
- package/esm/Radio/Radio.js +6 -6
- package/esm/RadioGroup/RadioGroup.js +4 -4
- package/esm/Sidenav/ExpandedSidenavDropdown.d.ts +1 -1
- package/esm/Sidenav/Sidenav.js +3 -2
- package/esm/Sidenav/SidenavDropdown.js +3 -5
- package/esm/Sidenav/SidenavDropdownItem.js +4 -4
- package/esm/Sidenav/SidenavDropdownMenu.js +10 -13
- package/esm/Sidenav/SidenavItem.d.ts +2 -2
- package/esm/Sidenav/SidenavItem.js +4 -5
- package/esm/Slider/Handle.d.ts +1 -1
- package/esm/Stack/Stack.d.ts +1 -17
- package/esm/Stack/Stack.js +3 -4
- package/esm/Stack/StackItem.d.ts +4 -5
- package/esm/Stack/StackItem.js +5 -11
- package/esm/Steps/StepItem.js +7 -8
- package/esm/Steps/Steps.d.ts +2 -1
- package/esm/Steps/Steps.js +31 -34
- package/esm/Tabs/Tabs.js +1 -1
- package/esm/Tag/Tag.js +5 -2
- package/esm/Toggle/Toggle.d.ts +1 -1
- package/esm/Toggle/Toggle.js +7 -6
- package/esm/Tree/types.d.ts +2 -2
- package/esm/Uploader/Uploader.d.ts +2 -2
- package/esm/internals/Box/Box.d.ts +1 -0
- package/esm/internals/Box/index.d.ts +1 -1
- package/esm/internals/Box/utils.js +6 -5
- package/esm/internals/InputBase/InputBase.d.ts +1 -1
- package/esm/internals/InputBase/InputBase.js +3 -2
- package/esm/internals/Menu/MenuItem.js +1 -1
- package/esm/internals/Overlay/Modal.d.ts +1 -1
- package/esm/internals/Picker/PickerToggle.js +2 -4
- package/esm/internals/SafeAnchor/SafeAnchor.d.ts +2 -2
- package/esm/internals/Tree/TreeView.d.ts +2 -2
- package/esm/internals/hooks/useCustom.js +24 -7
- package/esm/internals/styled-system/css-alias.d.ts +7 -0
- package/esm/internals/styled-system/css-alias.js +387 -0
- package/esm/internals/styled-system/css-properties.d.ts +6 -0
- package/esm/internals/styled-system/css-properties.js +26 -0
- package/esm/internals/styled-system/index.d.ts +1 -1
- package/esm/internals/styled-system/index.js +1 -1
- package/esm/internals/styled-system/responsive.d.ts +0 -4
- package/esm/internals/styled-system/responsive.js +11 -31
- package/esm/internals/styled-system/types.d.ts +59 -5
- package/esm/internals/styled-system/useStyled.js +3 -3
- package/esm/internals/types/html.d.ts +6 -6
- package/esm/internals/types/picker.d.ts +1 -1
- package/package.json +1 -1
- package/cjs/internals/styled-system/css-property.d.ts +0 -6
- package/cjs/internals/styled-system/css-property.js +0 -289
- package/esm/internals/styled-system/css-property.d.ts +0 -6
- package/esm/internals/styled-system/css-property.js +0 -285
package/List/styles/index.css
CHANGED
|
@@ -161,41 +161,41 @@ body{
|
|
|
161
161
|
overflow-x:hidden;
|
|
162
162
|
overflow-y:auto;
|
|
163
163
|
}
|
|
164
|
-
.rs-list-bordered{
|
|
164
|
+
.rs-list[data-bordered=true]{
|
|
165
165
|
border-radius:var(--rs-radius-md);
|
|
166
166
|
border:var(--rs-list-border-width) solid var(--rs-list-border);
|
|
167
167
|
}
|
|
168
|
-
.rs-list-hover .rs-list-item:hover{
|
|
168
|
+
.rs-list[data-hover=true] .rs-list-item:hover{
|
|
169
169
|
background-color:var(--rs-list-hover-bg);
|
|
170
170
|
}
|
|
171
|
-
.rs-list-sortable .rs-list-item{
|
|
171
|
+
.rs-list[data-sortable=true] .rs-list-item{
|
|
172
172
|
cursor:move;
|
|
173
173
|
cursor:grab;
|
|
174
174
|
}
|
|
175
|
-
.rs-list-sortable .rs-list-item-disabled, .rs-list-sortable .rs-list-item-disabled:active{
|
|
175
|
+
.rs-list[data-sortable=true] .rs-list-item-disabled, .rs-list[data-sortable=true] .rs-list-item-disabled:active{
|
|
176
176
|
cursor:not-allowed;
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
.rs-list-item{
|
|
180
180
|
position:relative;
|
|
181
181
|
}
|
|
182
|
-
.rs-list-item-bordered{
|
|
182
|
+
.rs-list-item[data-bordered=true]{
|
|
183
183
|
padding-inline-start:20px;
|
|
184
184
|
padding-inline-end:20px;
|
|
185
185
|
}
|
|
186
|
-
.rs-list-item-lg{
|
|
186
|
+
.rs-list-item[data-size=lg]{
|
|
187
187
|
padding-top:20px;
|
|
188
188
|
padding-bottom:20px;
|
|
189
189
|
}
|
|
190
|
-
.rs-list-item-md{
|
|
190
|
+
.rs-list-item[data-size=md]{
|
|
191
191
|
padding-top:13px;
|
|
192
192
|
padding-bottom:13px;
|
|
193
193
|
}
|
|
194
|
-
.rs-list-item-sm{
|
|
194
|
+
.rs-list-item[data-size=sm]{
|
|
195
195
|
padding-top:8px;
|
|
196
196
|
padding-bottom:8px;
|
|
197
197
|
}
|
|
198
|
-
.rs-list-item-xs{
|
|
198
|
+
.rs-list-item[data-size=xs]{
|
|
199
199
|
padding-top:2px;
|
|
200
200
|
padding-bottom:2px;
|
|
201
201
|
}
|
|
@@ -234,6 +234,6 @@ body{
|
|
|
234
234
|
border:var(--rs-list-border-width) var(--rs-list-placeholder-border) dashed;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
.rs-list-divider .rs-list-item + .rs-list-item{
|
|
237
|
+
.rs-list[data-divider=true] .rs-list-item + .rs-list-item{
|
|
238
238
|
border-top:var(--rs-list-border-width) solid var(--rs-list-border);
|
|
239
239
|
}
|
package/Loader/styles/index.css
CHANGED
|
@@ -169,7 +169,7 @@ body{
|
|
|
169
169
|
--rs-loader-spin-ring-width:3px;
|
|
170
170
|
}
|
|
171
171
|
|
|
172
|
-
.rs-loader{
|
|
172
|
+
.rs-loader-box{
|
|
173
173
|
display:inline-flex;
|
|
174
174
|
align-items:center;
|
|
175
175
|
justify-content:center;
|
|
@@ -211,34 +211,34 @@ body{
|
|
|
211
211
|
height:100%;
|
|
212
212
|
background:var(--rs-loader-backdrop);
|
|
213
213
|
}
|
|
214
|
-
.rs-loader-vertical .rs-loader{
|
|
214
|
+
.rs-loader[data-direction=vertical] .rs-loader-box{
|
|
215
215
|
flex-direction:column;
|
|
216
216
|
}
|
|
217
|
-
.rs-loader-inverse .rs-loader-content{
|
|
217
|
+
.rs-loader[data-inverse=true] .rs-loader-content{
|
|
218
218
|
color:var(--rs-text-inverse);
|
|
219
219
|
}
|
|
220
|
-
.rs-loader-inverse .rs-loader-backdrop{
|
|
220
|
+
.rs-loader[data-inverse=true] .rs-loader-backdrop{
|
|
221
221
|
background:var(--rs-loader-backdrop-inverse);
|
|
222
222
|
}
|
|
223
|
-
.rs-loader-inverse .rs-loader-spin::before{
|
|
223
|
+
.rs-loader[data-inverse=true] .rs-loader-spin::before{
|
|
224
224
|
border-color:var(--rs-loader-ring-inverse);
|
|
225
225
|
}
|
|
226
|
-
.rs-loader-inverse .rs-loader-spin::after{
|
|
226
|
+
.rs-loader[data-inverse=true] .rs-loader-spin::after{
|
|
227
227
|
border-top-color:var(--rs-loader-rotor-inverse);
|
|
228
228
|
}
|
|
229
|
-
.rs-loader-speed
|
|
229
|
+
.rs-loader[data-speed=fast] .rs-loader-spin::after{
|
|
230
230
|
animation-duration:var(--rs-loader-duration-fast);
|
|
231
231
|
}
|
|
232
|
-
.rs-loader-speed
|
|
232
|
+
.rs-loader[data-speed=normal] .rs-loader-spin::after{
|
|
233
233
|
animation-duration:var(--rs-loader-duration-normal);
|
|
234
234
|
}
|
|
235
|
-
.rs-loader-speed
|
|
235
|
+
.rs-loader[data-speed=slow] .rs-loader-spin::after{
|
|
236
236
|
animation-duration:var(--rs-loader-duration-slow);
|
|
237
237
|
}
|
|
238
|
-
.rs-loader-speed
|
|
238
|
+
.rs-loader[data-speed=paused] .rs-loader-spin::after{
|
|
239
239
|
animation-play-state:var(--rs-loader-duration-paused);
|
|
240
240
|
}
|
|
241
|
-
.rs-loader-center{
|
|
241
|
+
.rs-loader[data-center=true]{
|
|
242
242
|
position:absolute;
|
|
243
243
|
top:0;
|
|
244
244
|
bottom:0;
|
|
@@ -251,26 +251,26 @@ body{
|
|
|
251
251
|
align-items:center;
|
|
252
252
|
justify-content:center;
|
|
253
253
|
}
|
|
254
|
-
.rs-loader-center .rs-loader-content{
|
|
254
|
+
.rs-loader[data-center=true] .rs-loader-content{
|
|
255
255
|
z-index:1;
|
|
256
256
|
}
|
|
257
257
|
|
|
258
|
-
.rs-loader-xs{
|
|
258
|
+
.rs-loader[data-size=xs]{
|
|
259
259
|
--rs-loader-size:var(--rs-loader-size-xs);
|
|
260
260
|
--rs-loader-font-size:var(--rs-loader-font-size-xs);
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
.rs-loader-sm{
|
|
263
|
+
.rs-loader[data-size=sm]{
|
|
264
264
|
--rs-loader-size:var(--rs-loader-size-sm);
|
|
265
265
|
--rs-loader-font-size:var(--rs-loader-font-size-sm);
|
|
266
266
|
}
|
|
267
267
|
|
|
268
|
-
.rs-loader-md{
|
|
268
|
+
.rs-loader[data-size=md]{
|
|
269
269
|
--rs-loader-size:var(--rs-loader-size-md);
|
|
270
270
|
--rs-loader-font-size:var(--rs-loader-font-size-md);
|
|
271
271
|
}
|
|
272
272
|
|
|
273
|
-
.rs-loader-lg{
|
|
273
|
+
.rs-loader[data-size=lg]{
|
|
274
274
|
--rs-loader-size:var(--rs-loader-size-lg);
|
|
275
275
|
--rs-loader-font-size:var(--rs-loader-font-size-lg);
|
|
276
276
|
}
|
package/Menu/styles/index.css
CHANGED
|
@@ -36,7 +36,7 @@ body{
|
|
|
36
36
|
--rs-menuitem-bg-active:var(--rs-primary-50);
|
|
37
37
|
--rs-menuitem-text-active:var(--rs-primary-700);
|
|
38
38
|
--rs-menuitem-active-bg:var(--rs-gray-100);
|
|
39
|
-
--rs-menuitem-active-text:var(--rs-primary
|
|
39
|
+
--rs-menuitem-active-text:var(--rs-text-primary);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
[data-theme=dark],
|
|
@@ -94,7 +94,7 @@ body{
|
|
|
94
94
|
--rs-menuitem-bg-active:rgb(from var(--rs-primary-900) r g b / 20%);
|
|
95
95
|
--rs-menuitem-text-active:var(--rs-primary-500);
|
|
96
96
|
--rs-menuitem-active-bg:transparent;
|
|
97
|
-
--rs-menuitem-active-text:var(--rs-primary
|
|
97
|
+
--rs-menuitem-active-text:var(--rs-text-primary);
|
|
98
98
|
}
|
|
99
99
|
@supports not (color: rgb(from white r g b)){
|
|
100
100
|
[data-theme=high-contrast],
|
package/Message/styles/index.css
CHANGED
|
@@ -417,8 +417,8 @@ body{
|
|
|
417
417
|
.rs-message.rs-message-hiding{
|
|
418
418
|
animation:notificationMoveOut 0.3s ease-in forwards;
|
|
419
419
|
}
|
|
420
|
-
[data-theme=dark] .rs-message .rs-btn-link,
|
|
421
|
-
[data-theme=dark] .rs-message a, .rs-theme-dark .rs-message .rs-btn-link,
|
|
420
|
+
[data-theme=dark] .rs-message .rs-btn[data-appearance=link],
|
|
421
|
+
[data-theme=dark] .rs-message a, .rs-theme-dark .rs-message .rs-btn[data-appearance=link],
|
|
422
422
|
.rs-theme-dark .rs-message a{
|
|
423
423
|
color:inherit;
|
|
424
424
|
text-decoration:underline;
|