Changes to Alteryx CSS in 2018.3
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Printer Friendly Page
chrisha
11 - Bolide
‎08-28-2018
05:40 AM
- Mark as New
- Subscribe to RSS Feed
- Permalink
Hey there,
I noticed that my custom HTML GUIs are rendered differently in Alteryx 2018.3 - see attached screenshot. The fieldset borders weren't visible before...
Is there a documentation of the changes to the stylesheets?
Best
Christopher
Labels:
- Labels:
- HTML GUI
1 REPLY 1
NeilR
Alteryx Alumni (Retired)
‎08-28-2018
02:05 PM
- Mark as New
- Subscribe to RSS Feed
- Permalink
I asked around, and the short answer is no. The long answer is:
There was an overall style update to the widgets and SDK which included the removal of some custom styles to default html elements (e.g. fieldset). The border may be removed with CSS:
fieldset { border: 0 }
We are looking into adding this style change to the release notes.