storj/web/multinode/src
Jeremy Wharton 4e0acba9ba web/{multinode,satellite,storagenode}: Fix SVG styling
Our SVG loader was recently reworked so that snapshots of UI tests
are smaller, but this broke some SVG styles because SVG paths no longer
contain a scoped CSS attribute. This change adds deep selectors where
appropriate to repair the broken styles.

A scoped CSS attribute is added by Vue Loader to elements of components
with scoped styles to identify which component the element belongs to
and restrict CSS rules accordingly. Paths within imported SVGs no longer
contain this type of attribute, so the deep selector must be used to
style the SVG as if it were a child component.

Change-Id: If4beb903fa3b40aa208efa549b8fe23ccf2a547b
2022-06-08 21:54:59 +00:00
..
api web/multinode: satellite, node, and usage request handling fix 2021-08-20 21:33:26 +00:00
app web/{multinode,satellite,storagenode}: Fix SVG styling 2022-06-08 21:54:59 +00:00
bandwidth web/multinode: switch to eslint 2021-08-03 13:00:15 +03:00
nodes web/multinode: satellite, node, and usage request handling fix 2021-08-20 21:33:26 +00:00
operators web/multinode/operator: wallets features type changed to support null 2021-06-15 19:54:23 +03:00
payouts web/multinode: removed conversion for Expectations (#4216) 2021-10-14 12:12:24 +00:00
private web/multinode: fix lint issues 2021-08-04 17:00:00 +03:00
reputation web/multinode: reputation domain and api created 2021-07-07 16:07:47 +00:00
storage web/multinode: switch to eslint 2021-08-03 13:00:15 +03:00
main.ts web/multinode: update dependencies 2022-04-06 14:48:21 +00:00