Disable button when "Hide system messages" in user profile setting is valid

This commit is contained in:
nztqa 2017-09-25 20:27:54 +09:00
parent b503ba1144
commit 61ee107c27
4 changed files with 15 additions and 4 deletions

View file

@ -668,11 +668,11 @@ button
left: 20px
background-color: #179588
.toggle-switch:disabled ~ .toggle-label
.toggle-switch:checked:disabled ~ .toggle-label
background-color: #d5d5d5
pointer-events: none
&after
&:after
background-color: #bcbdbc
.toggle-switch
@ -682,6 +682,7 @@ button
margin: 0 0.5em
display: flex
@media screen and (max-width: 800px)
.edit-controls,
.add-controls