Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css accordian triangle

.widget-accordion button::before {
  content: "▶︎ ";
}

.widget-accordion button[aria-expanded="true"]::before {
  content: "▼︎ ";
}
Source by www.ida.liu.se #
 
PREVIOUS NEXT
Tagged: #css #accordian #triangle
ADD COMMENT
Topic
Name
3+8 =