@alauda/ui 6.5.2-beta.1 → 6.5.2-beta.2
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/esm2020/dialog/dialog.component.mjs +3 -3
- package/esm2020/table/table.component.mjs +2 -2
- package/fesm2015/alauda-ui.mjs +4 -4
- package/fesm2015/alauda-ui.mjs.map +1 -1
- package/fesm2020/alauda-ui.mjs +4 -4
- package/fesm2020/alauda-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/theme/_mixin.scss +3 -2
- package/theme/style.css +0 -1
package/package.json
CHANGED
package/theme/_mixin.scss
CHANGED
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
$scope: &;
|
|
28
28
|
|
|
29
29
|
@at-root {
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
@media (prefers-color-scheme: dark) {
|
|
31
|
+
#{theme-selector('html[aui-theme-mode=system]', $scope)} {
|
|
32
32
|
@content;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
@mixin overlay-pane($alignItems: center) {
|
|
137
|
+
overflow: auto;
|
|
137
138
|
@include flex-center($alignItems);
|
|
138
139
|
@include scroll-bar;
|
|
139
140
|
}
|