mapbox / assembly

Making the hard parts of designing for the web easy.
https://www.mapbox.com/assembly/
134 stars 27 forks source link

loading--dark modifier not working as expected #1007

Closed samanpwbb closed 3 years ago

samanpwbb commented 3 years ago
Screen Shot 2021-04-27 at 11 26 17 PM

🤔 See what changed from https://github.com/mapbox/assembly/pull/987

samanpwbb commented 3 years ago

We need to redeclare border-top-color:

.loading--dark {
    color: #fff;
    border-color: rgba(255,255,255,.25);
    border-top-color: currentColor;
}