Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Dev Space

Customize and extend the power of Alteryx with SDKs, APIs, custom tools, and more.

Changes to Alteryx CSS in 2018.3

chrisha
11 - Bolide

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

1 REPLY 1
NeilR
Alteryx Alumni (Retired)

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.