sul-dlss / component-library

Reference implementation of components for DLSS
https://sul-dlss.github.io/component-library/
0 stars 0 forks source link

Active style (redux) #18

Closed jcoyne closed 1 month ago

jcoyne commented 1 month ago

There has been some discussion about the palette that Stanford has not supporting enough variants of the primary/secondary colors. We could use something like this (which results in #750000).

--bs-btn-active-bg: color-mix(in srgb, var(--stanford-digital-red-dark) 90%, black)
dbranchini commented 1 month ago

We like this idea for a darker red on the secondary (red) buttons. For the filled buttons, this would be the background color, and for the outline buttons, this would be the color of the text and/or icons.

Using this same approach for the primary or blue buttons would work too.