T272 added toggle indicator class

This commit is contained in:
2021-04-22 17:38:20 +02:00
parent 45034f9b04
commit 65db2ae57c

View File

@@ -90,6 +90,19 @@ body {
color: #3bc4f1;
}
.clickable-text.switch {
font-size: 24px;
font-weight: 700;
}
.clickable-text.switch span.toggleIndicator:before {
content: '>';
}
.clickable-text.switch span.toggleIndicator.active:before {
content: 'v';
}
.modification-button {
padding: 0;
outline: none;