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
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
Original file line number Diff line number Diff line change 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
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;
You can’t perform that action at this time.
0 commit comments