-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): carousel fund-styles changes adoption. (#8104)
* fix(core): carousel fund-styles changes adoption * fix(core): carousel breaking changes adoption * chore(core,platform): styles bump to 0.24.0-rc.100 * chore(core): carousel breaking changes adoption * test(core): carousel e2e
- Loading branch information
1 parent
6eb8e53
commit 38e5902
Showing
9 changed files
with
22 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
libs/core/src/lib/carousel/carousel-item/carousel-item.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
<fd-busy-indicator [loading]="loading"> | ||
<div [style.visibility]="visibility"> | ||
<ng-content></ng-content> | ||
</div> | ||
<ng-content></ng-content> | ||
</fd-busy-indicator> |
11 changes: 0 additions & 11 deletions
11
libs/core/src/lib/carousel/carousel-item/carousel-item.component.scss
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,10 @@ | ||
@import '~fundamental-styles/dist/carousel'; | ||
|
||
fd-carousel:focus { | ||
outline: 1px dotted; | ||
} | ||
|
||
// TODO: Remove this after updating fundamental-styles lib version. | ||
|
||
.fd-carousel__slides-wrapper { | ||
margin: 0 auto; | ||
overflow: hidden; | ||
} | ||
|
||
.fd-carousel__content { | ||
.fd-carousel__slides-wrapper { | ||
> div { | ||
min-height: fit-content; | ||
touch-action: pan-x; | ||
user-select: none; | ||
-webkit-user-drag: none; | ||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); | ||
|
||
&.fd-carousel__content--horizontal { | ||
touch-action: pan-y; | ||
width: 100%; | ||
min-width: fit-content; | ||
} | ||
.fd-carousel { | ||
&__item { | ||
fd-busy-indicator { | ||
display: block; | ||
height: 100%; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters