We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9ef8e commit 57f0df0Copy full SHA for 57f0df0
src/standard/x-styling.html
@@ -215,7 +215,7 @@
215
216
_scopeElementClass: function(element, selector) {
217
if (!nativeShadow && !this._scopeCssViaAttr) {
218
- selector += (selector ? ' ' : '') + SCOPE_NAME + ' ' + this.is +
+ selector = (selector ? selector + ' ' : '') + SCOPE_NAME + ' ' + this.is +
219
(element._scopeSelector ? ' ' + XSCOPE_NAME + ' ' +
220
element._scopeSelector : '');
221
}
0 commit comments