storj/web/multinode
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
..
dist multinode,web/multinode: use go:embed for assets 2022-03-11 11:10:37 +02:00
public multinode,web/multinode: use go:embed for assets 2022-03-11 11:10:37 +02:00
src web/{multinode,satellite,storagenode}: Fix SVG styling 2022-06-08 21:54:59 +00:00
static web/multinode: wallets page markup 2021-06-08 18:47:43 +03:00
tests/unit web/{multinode,storagenode}: fix callback default props 2022-05-05 14:33:52 +03:00
.eslintrc.js web/multinode: update dependencies 2022-04-06 14:48:21 +00:00
.gitignore web/multinode: initial app and configs 2020-12-17 19:46:56 +02:00
.stylelintignore web/: add custom linter for requiring @vue/component 2021-09-01 13:56:37 +00:00
.stylelintrc.js web/{multinode,storagenode,satellite}: update stylelint 2022-05-05 15:47:44 +03:00
assets_noembed.go satellite/admin/ui,web/{multinode,storagenode}: build without embedding 2022-03-29 13:18:04 +03:00
assets.go satellite/admin/ui,web/{multinode,storagenode}: build without embedding 2022-03-29 13:18:04 +03:00
index.html web/multinode: favicon added 2021-03-22 12:50:53 +00:00
jest.config.js web/multinode: update dependencies 2022-04-06 14:48:21 +00:00
jest.setup.ts web/multinode: update dependencies 2022-04-06 14:48:21 +00:00
package-lock.json web/: bump eslint dependencies 2022-05-05 18:35:31 +00:00
package.json web/: bump eslint dependencies 2022-05-05 18:35:31 +00:00
tsconfig.json web/multinode: update dependencies 2022-04-06 14:48:21 +00:00
vue.config.js web/multinode: update dependencies 2022-04-06 14:48:21 +00:00