build(stylelint): fix no-shorthand-property-overrides

This commit is contained in:
blyedev 2025-01-03 19:51:26 +01:00 committed by Johannes Millan
parent b6f17621a4
commit 5e992efc55
8 changed files with 0 additions and 12 deletions

View file

@ -122,7 +122,6 @@ button {
&.isOpen {
mat-icon {
transform: rotate(180deg);
transition-property: transform !important;
transition: $transition-standard !important;
}
}
@ -162,7 +161,6 @@ button {
border-radius: 50%;
margin: auto;
transform: scale(1, 1);
animation-timing-function: ease-in-out;
animation: pulse 2s infinite;
background: $c-accent;
opacity: 0.6;

View file

@ -35,7 +35,6 @@
box-shadow: none !important;
&.mat-primary {
animation-timing-function: ease-in-out;
animation: pulse 2s infinite;
}
}

View file

@ -125,8 +125,6 @@
&.Task .time {
cursor: pointer;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-radius: 50%;
background: #fff;

View file

@ -94,8 +94,6 @@
&.Task .time {
cursor: pointer;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-radius: 50%;
background: #fff;

View file

@ -128,7 +128,6 @@ $sub-task-c-bg-dark-done: $dark2;
::ng-deep textarea {
min-height: 20px;
border: 1px solid transparent;
transition-property: background-color, transform;
line-height: 1.5;
padding: 3px 0 3px 5px;
cursor: text;

View file

@ -15,8 +15,6 @@
.control-row {
td,
th {
padding-top: 0;
padding-bottom: 0;
padding: 0;
border: 0 !important;
}

View file

@ -207,7 +207,6 @@ mat-icon.mat-icon[svgicon] {
// MAT MENU
.mat-mdc-menu-content {
padding-top: 0 !important;
padding: 0 !important;
}

View file

@ -43,7 +43,6 @@ More info: https://sass-lang.com/d/function-units
width: 100%;
height: 100%;
opacity: 0;
animation-delay: 5s;
animation: 0.4s fadeIn ease-in forwards;
> .pyro-before,