fix themes3 specificity sorting

This commit is contained in:
Henry Jameson 2024-09-12 12:46:47 +03:00
commit a586b9f6d2
3 changed files with 74 additions and 16 deletions

View file

@ -96,6 +96,17 @@ export default {
textOpacity: 0.25,
textOpacityMode: 'blend'
}
},
{
component: 'Icon',
parent: {
component: 'Button',
state: ['disabled']
},
directives: {
textOpacity: 0.25,
textOpacityMode: 'blend'
}
}
]
}