current state
This commit is contained in:
5
src/sass/dashboard-mod.scss
Normal file
5
src/sass/dashboard-mod.scss
Normal file
@ -0,0 +1,5 @@
|
||||
.magicalTriangle[aria-expanded=true] {
|
||||
transform: rotate(180deg);
|
||||
transition: transform 0.3s ease;
|
||||
|
||||
}
|
Reference in New Issue
Block a user