T272 added toggle indicator class
This commit is contained in:
@@ -90,6 +90,19 @@ body {
|
|||||||
color: #3bc4f1;
|
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 {
|
.modification-button {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user