1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Fix sass mixed declarations deprecation warning

https://sass-lang.com/documentation/breaking-changes/mixed-decls/
This commit is contained in:
Chocobozzz 2024-08-16 15:49:08 +02:00
parent 1261bdf1d8
commit c5b66526eb
No known key found for this signature in database
GPG key ID: 583A612D890159BE
143 changed files with 800 additions and 833 deletions

View file

@ -45,8 +45,6 @@ button {
.modal-body {
a {
@include disable-default-a-behaviour;
color: currentColor;
box-sizing: border-box;
display: block;
@ -56,6 +54,8 @@ button {
text-transform: unset;
width: 100%;
@include disable-default-a-behaviour;
&.active {
color: pvar(--mainBackgroundColor) !important;
background-color: pvar(--mainHoverColor);