diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-03-28 19:54:59 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-03-28 19:54:59 +1100 |
| commit | 50e1e7ae48daf04323093a438aff2d55ff20193d (patch) | |
| tree | 0add404cd79c190db6a89136429def0d94faee8e /src/App.vue | |
| parent | a0ef05a86ecb8b3f36102b980a37f93ce97ba8d1 (diff) | |
Simplify info-icon code by removing top-level options
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/App.vue b/src/App.vue index 380a814..eb00856 100644 --- a/src/App.vue +++ b/src/App.vue @@ -47,10 +47,6 @@ const defaultUiOpts = { imgTileFontSz: 15, //px imgTileColor: '#fafaf9', expandableImgTileColor: 'greenyellow', //yellow, greenyellow, turquoise, - infoIconSz: 18, //px - infoIconPadding: 2, //px - infoIconColor: 'rgba(250,250,250,0.3)', - infoIconHoverColor: 'white', // For non-leaf tile-group components nonLeafBgColors: ['#44403c', '#57534e'], //tiles at depth N use the Nth color, repeating from the start as needed nonLeafHeaderFontSz: 15, //px |
