collapsible properties: remove 'hide/show' from button title

This commit is contained in:
dragonwocky 2021-11-30 18:14:23 +11:00
parent 6874b905eb
commit a90c5fe946
2 changed files with 3 additions and 6 deletions

View File

@ -29,6 +29,9 @@
text-align: left;
color: var(--theme--text);
}
#enhancer--collapse-properties > span:before {
content: 'Properties';
}
#enhancer--collapse-properties > svg {
fill: var(--theme--icon);
height: 0.8em;
@ -37,15 +40,9 @@
transition: transform 200ms ease-out 0s;
}
#enhancer--collapse-properties[data-collapsed='false'] > span:before {
content: 'Collapse Properties';
}
#enhancer--collapse-properties[data-collapsed='false'] > svg {
transform: rotateZ(180deg);
}
#enhancer--collapse-properties[data-collapsed='true'] > span:before {
content: 'Show Properties';
}
#enhancer--collapse-properties[data-collapsed='true'] > svg {
transform: rotateZ(90deg);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 69 KiB