Skip to content

Commit 2a7911c

Browse files
committed
refactor(spinner): removed obsolete box-shadow
1 parent 1e3a588 commit 2a7911c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ In general we've introduced the possibility to control variants and configuratio
8080
- The DB Webfonts files have been updated -->
8181

8282
## [Unreleased]
83+
## [2.0.0-48] - 2022-08-05
84+
85+
### Fixed
86+
87+
#### Package consumption
88+
89+
- Spinner: Removed obsolete box-shadow
90+
8391
## [2.0.0-47] - 2022-07-15
8492

8593
### Fixed

source/_patterns/01-elements/progress/progress.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
appearance: none;
77
background-color: $progress---backgroundColor;
88
border: none;
9-
box-shadow: $box-shadow-01, $box-shadow-02;
109
height: $progress---height;
1110
vertical-align: middle;
1211

@@ -93,7 +92,6 @@
9392
align-items: center;
9493
background: $progress-conic-inner-backgroundColor; // * TODO: possibly rework variable naming
9594
border-radius: 50%;
96-
box-shadow: inset $box-shadow-01, inset $box-shadow-02;
9795
display: block;
9896
display: flex;
9997
height: #{$progress-conic-inner-size}rem;

0 commit comments

Comments
 (0)