Skip to content

Commit

Permalink
delete .text-pending and .bg-pending
Browse files Browse the repository at this point in the history
BREAKING CHANGE: .text-pending is officially deprecated
BREAKING CHANGE: .bg-pending is officially deprecated
  • Loading branch information
shawnbot committed Sep 10, 2019
1 parent 06ead4c commit f2ab893
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/utilities/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// stylelint-disable primer/selector-no-utility
// stylelint-disable block-opening-brace-space-before, comment-empty-line-before

@warn ".text-pending and .bg-pending will be deprecated in 13.0.0. Use .text-yellow and .bg-yellow-dark instead";

// background colors
/* Set the background to $bg-white */
.bg-white { background-color: $bg-white !important; }
Expand Down Expand Up @@ -80,12 +78,6 @@
/* Set the text color to inherit */
.text-inherit { color: inherit !important; }

// Pending states
// This will be deprecated in the future, use .text-yellow instead
.text-pending { color: $yellow-800 !important; }
// This will be deprecated in the future, use .bg-yellow-dark instead
.bg-pending { color: $yellow-700 !important; }

// Link colors
// Sets the links color to $text-gray and $text-blue on hover
.link-gray {
Expand Down

0 comments on commit f2ab893

Please sign in to comment.