Skip to content

Commit

Permalink
bug(path): Remove modifiers and leave examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephanie Rewis committed Aug 29, 2017
1 parent 48a72e0 commit a1f50e5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ui/components/path/base/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@
*
* @selector .slds-is-incomplete
* @restrict .slds-path__item
* @modifier
*/
.slds-is-incomplete {
background-color: $color-background-path-incomplete;
Expand All @@ -156,7 +155,6 @@
* @selector .slds-is-active
* @restrict .slds-path__item
* @notes This class must be placed on the item programatically when the guidance section is activated
* @modifier
*/
.slds-is-active {
background-color: $color-background-inverse;
Expand All @@ -183,7 +181,6 @@
*
* @selector .slds-is-won
* @restrict .slds-path__item
* @modifier
*/
.slds-is-active,
.slds-is-active.slds-is-won {
Expand All @@ -203,7 +200,6 @@
*
* @selector .slds-is-complete
* @restrict .slds-path__item
* @modifier
*/
.slds-is-complete {
background-color: $color-background-path-complete;
Expand Down Expand Up @@ -242,7 +238,6 @@
*
* @selector .slds-is-current
* @restrict .slds-path__item
* @modifier
*/
.slds-is-current {
background-color: $color-background-path-current;
Expand All @@ -265,8 +260,7 @@
*
* @selector .slds-is-lost
* @restrict .slds-path__item
* @notes This class must be added to the "closed" stage with JS when the Sales Path is complete and the opportunity is lost
* @modifier
* @notes This class must be added to the "closed" stage with JS when the Sales Path is complete and the opportunity is lost
*/
.slds-is-lost,
.slds-is-lost:hover {
Expand Down

0 comments on commit a1f50e5

Please sign in to comment.