mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build(stylelint): fix no-shorthand-property-overrides
This commit is contained in:
parent
b6f17621a4
commit
5e992efc55
8 changed files with 0 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@
|
|||
box-shadow: none !important;
|
||||
|
||||
&.mat-primary {
|
||||
animation-timing-function: ease-in-out;
|
||||
animation: pulse 2s infinite;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -125,8 +125,6 @@
|
|||
|
||||
&.Task .time {
|
||||
cursor: pointer;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
border-radius: 50%;
|
||||
background: #fff;
|
||||
|
||||
|
|
|
|||
|
|
@ -94,8 +94,6 @@
|
|||
|
||||
&.Task .time {
|
||||
cursor: pointer;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
border-radius: 50%;
|
||||
background: #fff;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -15,8 +15,6 @@
|
|||
.control-row {
|
||||
td,
|
||||
th {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
padding: 0;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -207,7 +207,6 @@ mat-icon.mat-icon[svgicon] {
|
|||
|
||||
// MAT MENU
|
||||
.mat-mdc-menu-content {
|
||||
padding-top: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue