File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
source/_patterns/01-elements/progress Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,14 @@ In general we've introduced the possibility to control variants and configuratio
80
80
- The DB Webfonts files have been updated -->
81
81
82
82
## [ Unreleased]
83
+ ## [ 2.0.0-48] - 2022-08-05
84
+
85
+ ### Fixed
86
+
87
+ #### Package consumption
88
+
89
+ - Spinner: Removed obsolete box-shadow
90
+
83
91
## [ 2.0.0-47] - 2022-07-15
84
92
85
93
### Fixed
Original file line number Diff line number Diff line change 6
6
appearance : none ;
7
7
background-color : $progress---backgroundColor ;
8
8
border : none ;
9
- box-shadow : $box-shadow-01 , $box-shadow-02 ;
10
9
height : $progress---height ;
11
10
vertical-align : middle ;
12
11
93
92
align-items : center ;
94
93
background : $progress-conic-inner-backgroundColor ; // * TODO: possibly rework variable naming
95
94
border-radius : 50% ;
96
- box-shadow : inset $box-shadow-01 , inset $box-shadow-02 ;
97
95
display : block ;
98
96
display : flex ;
99
97
height : #{$progress-conic-inner-size } rem;
You can’t perform that action at this time.
0 commit comments