We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef02a3 commit 2723566Copy full SHA for 2723566
packages/main/src/Dialog.js
@@ -222,7 +222,7 @@ class Dialog extends Popup {
222
* @returns {Promise} Resolves when the dialog is open
223
* @public
224
*/
225
- async show(preventInitialFocus) {
+ async show(preventInitialFocus = false) {
226
await super._open(preventInitialFocus);
227
}
228
packages/main/src/themes/Avatar.css
@@ -122,9 +122,9 @@
122
height: 100%;
123
124
125
-:host(:not([background-color]):not([_has-image])),
126
-:host([_background-color="Accent6"]),
127
-:host([background-color="Accent6"]) {
+:host(:not([color-scheme]):not([_has-image])),
+:host([_color-scheme="Accent6"]),
+:host([color-scheme="Accent6"]) {
128
background-color: var(--ui5-avatar-accent6);
129
130
0 commit comments