File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
ui/components/progress-ring Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
2
2
<!-- !!! THIS FILE IS AUTO-GENERATED !!! DO NOT EDIT THIS FILE MANUALLY !!! -->
3
3
4
- ## Release 2.15.1 - April 2 , 2021
4
+ ## Release 2.15.1 - April 7 , 2021
5
5
6
6
## Components
7
7
### [ Menus] ( https://www.lightningdesignsystem.com/components/menus )
8
8
#### Added
9
9
- Added ` aria-expanded ` attribute to menu triggers with value dependent on menu's open state
10
10
11
+ ### [ Progress Ring] ( https://www.lightningdesignsystem.com/components/progress-ring )
12
+ #### Changed
13
+ - Completed progress rings now use ` color-background-success-dark ` design token.
14
+
11
15
## Release 2.15.0 - March 25, 2020
12
16
13
17
- Removed Salesforce Sans as the default typeface and replaced it with OS-specific defaults.
Original file line number Diff line number Diff line change 2
2
3
3
# Progress Ring Release Notes
4
4
5
+ ## 2.15.1
6
+
7
+ ### Changed
8
+
9
+ - Completed progress rings now use ` color-background-success-dark ` design token.
10
+
5
11
## 2.13.0
6
12
7
13
### Changed
Original file line number Diff line number Diff line change 48
48
* @restrict .slds-progress-ring__progress path, .slds-progress-ring__progress circle
49
49
*/
50
50
.slds-progress-ring__path {
51
- fill : $color-background-success ;
51
+ fill : $color-background-success-dark ;
52
52
}
53
53
54
54
/* *
129
129
}
130
130
131
131
.slds-progress-ring__path {
132
- fill : $color-background-success ;
132
+ fill : $color-background-success-dark ;
133
133
}
134
134
135
135
.slds-progress-ring__content {
136
- background : $color-background-success ;
136
+ background : $color-background-success-dark ;
137
137
}
138
138
}
139
139
You can’t perform that action at this time.
0 commit comments