issues
search
juju
/
juju-gui
Juju-GUI is a web-based GUI for Juju <https://jujucharms.com/>.
Other
182
stars
85
forks
source link
Vanilla v1 is not styling deeply nested page elements
#3882
Closed
barrymcgee
closed
5 years ago
barrymcgee
commented
5 years ago
Head scratcher;
Go to jujucharms.com
Log in and when redirected to Profile table, click 'Charms'
Inspect the 'Add to model' button
See that it has the class
.p-button--positive
, yet Vanilla is not applying the style? The button should be green?
Click on the
<td>
which wraps that button and see it has Vanilla styling.
What gives? 🧐
Head scratcher;
.p-button--positive
, yet Vanilla is not applying the style? The button should be green?<td>
which wraps that button and see it has Vanilla styling.