styles property

  1. @css
List<StyleRule> styles
final

Implementation

@css
static final List<StyleRule> styles = [
  css(
    '.arcane-carousel-prev:hover:not([disabled]), .arcane-carousel-next:hover:not([disabled])',
  ).styles(raw: {'background-color': 'var(--muted)'}),
  css(
    '.arcane-carousel-indicators button:hover',
  ).styles(raw: {'background-color': 'var(--accent)', 'opacity': '0.7'}),
];