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:
parent
1261bdf1d8
commit
c5b66526eb
143 changed files with 800 additions and 833 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue