Implement push notification toggle in device detail (#9308)

Co-authored-by: Travis Ralston <travisr@matrix.org>
This commit is contained in:
Germain 2022-09-27 13:35:54 +01:00 committed by GitHub
parent ace6591f43
commit 641cf28e4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 269 additions and 3 deletions

View file

@ -26,6 +26,10 @@ limitations under the License.
background-color: $togglesw-off-color;
opacity: 0.5;
&[aria-disabled="true"] {
cursor: not-allowed;
}
}
.mx_ToggleSwitch_enabled {