@css static final List<StyleRule> styles = [ css('.arcane-nav-tile:hover:not(:disabled):not(.selected)').styles(raw: { 'background-color': ArcaneColors.surfaceVariant, }), ];