1
1
mirror of https://github.com/primer/css.git synced 2024-11-23 03:10:10 +03:00

Remove .btn-blue

This commit is contained in:
simurai 2021-03-11 15:38:42 +09:00
parent 0649b5f22a
commit 0e1550296b
3 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,7 @@ const versionDeprecations = {
'16.0.0': [
{
selectors: [
'.btn-blue',
'.markdown-body li',
'.input-dark',
'.input-dark:-ms-input-placeholder',

View File

@ -13,6 +13,12 @@ Because colors differ in each color mode, it doesn't make sense to try to make a
Most components don't need to be updated and should work without making changes. But some of the componets that use presentational class names now use functional class names.
#### Buttons
| `v15` | `v16` |
| ----------- | ----- |
| `.btn-blue` | n/a |
#### Counters
| [`v15`](https://primer.style/css/components/labels#counters) | `v16` |

View File

@ -109,7 +109,6 @@
// Primary button
.btn-blue, // TODO: deprecate
.btn-primary {
color: var(--color-btn-primary-text);
background-color: var(--color-btn-primary-bg);