PluginProbe
Themify Builder / trunk
Themify Builder vtrunk
7.8.1 7.8.0 7.7.9 7.7.8 7.7.7 7.7.6 7.7.5 7.7.4 7.7.3 7.7.2 trunk 7.6.0 7.6.1 7.6.2 7.6.3 7.6.4 7.6.5 7.6.6 7.6.7 7.6.8 7.6.9 7.7.0 7.7.1
themify-builder / themify / css / modules / dropdown.css

dropdown.css in Themify Builder trunk, at themify/css/modules/dropdown.css

1 lines 622 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .with-sub-arrow .child-arrow{cursor:pointer}.with-sub-arrow .child-arrow:after,.with-sub-arrow .child-arrow:before{background:currentColor;border-radius:var(--theme_rounded,8px);content:"";height:1px;left:10px;position:absolute;top:50%;transform:rotate(45deg);transition:transform .3s ease-in-out;width:8px;z-index:9999}.with-sub-arrow .child-arrow:after{left:15px;transform:rotate(-45deg)}.child-arrow.open:before{margin-bottom:0;transform:rotate(-225deg)}.with-sub-arrow ul .child-arrow:before{margin-bottom:0;transform:rotate(-135deg)}.with-sub-arrow ul .child-arrow.open:before{margin-bottom:0;transform:rotate(45deg)}