From 50e1e7ae48daf04323093a438aff2d55ff20193d Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 28 Mar 2022 19:54:59 +1100 Subject: Simplify info-icon code by removing top-level options --- src/App.vue | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/App.vue') 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 -- cgit v1.2.3