From f2ab893955fbc56affe0fee923fd7a9c41807623 Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Mon, 9 Sep 2019 14:44:08 -0700 Subject: [PATCH] delete .text-pending and .bg-pending BREAKING CHANGE: .text-pending is officially deprecated BREAKING CHANGE: .bg-pending is officially deprecated --- src/utilities/colors.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/utilities/colors.scss b/src/utilities/colors.scss index ae2114c41c..47bda4f42c 100644 --- a/src/utilities/colors.scss +++ b/src/utilities/colors.scss @@ -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; } @@ -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 {