Re: [csswg-drafts] Suggestion: “background-opacity” CSS property (as suggested by CSS-Tricks.com). (#4996)

I wish we had pseudo-elements for that:

```` css
::background {
  opacity: 80%;
} 
````

Anyway, in most cases you can simply, use a semi-transparent value for `background-color` or a `background-image` with either palette transparency or alpha channel. 

-- 
GitHub Notification of comment by Crissov
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4996#issuecomment-618386063 using your GitHub account

Received on Thursday, 23 April 2020 12:54:30 UTC