mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fixed issue #1655 cascading css selectors.
This commit is contained in:
@@ -614,6 +614,10 @@ export class View extends ProxyObject implements definition.View {
|
||||
if (metadata.affectsStyle) {
|
||||
this.style._resetCssValues();
|
||||
this._applyStyleFromScope();
|
||||
this._eachChildView((v) => {
|
||||
v._checkMetadataOnPropertyChanged(metadata);
|
||||
return true;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user