.expand-toggle:after { display: inline-block; width: 0; height: 0; content: ""; border-bottom: 4px solid transparent; border-top: 4px solid transparent; border-right: 4px solid transparent; border-left: 4px solid; } .expand-toggle.open:after { border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; border-bottom: 0; } .d-content { display: contents; } * { transition: none; } .transition { transition-duration: 0.15s; transition-property: border-color, color; transition-property: border-color, box-shadow, color; transition-property: border-color, box-shadow, color; transition-timing-function: ease-in; }