1
1
mirror of https://github.com/primer/css.git synced 2024-09-19 20:57:37 +03:00

Reformat rgba() colors (#1781)

* Reformat rgba() colors

* Create nasty-bananas-drive.md
This commit is contained in:
simurai 2021-12-03 09:03:15 +09:00 committed by GitHub
parent 99537d317f
commit 4d8dcf24bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Reformat `rgba()` colors for `.btn-mktg`

View File

@ -13,7 +13,7 @@
white-space: nowrap;
vertical-align: middle;
user-select: none;
background: linear-gradient(180deg, rgba(255 255 255 / 0.15) 0%, rgba(255 255 255 / 0) 100%), var(--color-mktg-btn-bg) !important;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), var(--color-mktg-btn-bg) !important;
border: 0;
// stylelint-disable-next-line primer/borders
border-radius: 0.375rem;
@ -29,7 +29,7 @@
z-index: -1;
content: '';
// stylelint-disable-next-line primer/colors
background: linear-gradient(180deg, rgba(255 255 255 / 0.15) 0%, rgba(255 255 255 / 0) 100%) !important;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%) !important;
border-radius: inherit;
opacity: 0;
opacity: 0;