Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Jul 17, 2023
1 parent 2e5936f commit 3425b32
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ $tc-circular-progress-stroke-width: 5;
.animate {
animation: rotate 2s linear infinite;

& .path {
.path {
animation: dash 1.3s ease-in-out infinite;
}
}

.loaderlight {
& .path {
.path {
stroke: $tc-circular-progress-light-fill;
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* stylelint-disable color-hex-case */
@use '~@talend/bootstrap-theme/src/theme/guidelines' as *;
@use '~@talend/design-tokens/lib/tokens';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ $tc-svg-icon-size: $padding-large !default;

&-back-button {
color: tokens.$coral-color-neutral-text;
/* stylelint-disable-next-line declaration-no-important */
background-color: tokens.$coral-color-neutral-background-strong !important;
width: $tc-subheader-bar-height;
height: $tc-subheader-bar-height;
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/TabBar/TabBar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
margin-left: $padding-smaller;
}

& > button {
> button {
max-width: initial;
}
}
Expand Down

0 comments on commit 3425b32

Please sign in to comment.