Module: StimulusPlumbers::Themes::Tailwind::ActionList

Included in:
StimulusPlumbers::Themes::TailwindTheme
Defined in:
lib/stimulus_plumbers/themes/tailwind/action_list.rb

Constant Summary collapse

LIST_ITEM_ACTIVE =
%w[bg-(--sp-color-primary)/10 text-(--sp-color-primary)].freeze
LIST_ITEM_BASE =
%w[
  flex items-center gap-(--sp-space-2) w-full
  px-(--sp-space-2) py-(--sp-space-1)
  rounded-(--sp-radius-sm) text-(--sp-text-sm)
  cursor-pointer select-none outline-none
  hover:bg-(--sp-color-muted) focus:bg-(--sp-color-muted) focus:text-(--sp-color-fg)
].freeze