Merge pull request #4729 from matrix-org/joriks/appearance-tab
Move Settings flag to ts
This commit is contained in:
commit
b63d73e3b6
5 changed files with 117 additions and 96 deletions
|
@ -48,6 +48,8 @@ limitations under the License.
|
|||
border-radius: $border-radius;
|
||||
|
||||
img {
|
||||
display: none;
|
||||
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
filter: invert(100%);
|
||||
|
@ -57,6 +59,10 @@ limitations under the License.
|
|||
&:checked + label > .mx_Checkbox_background {
|
||||
background: $accent-color;
|
||||
border-color: $accent-color;
|
||||
|
||||
img {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
& + label > *:not(.mx_Checkbox_background) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue