Page 1 of 1

Error in _common.scss

Posted: 24 Jun 2020, 22:18
by aflorin
Just upgraded to 9.0.1 for the theme.

The following line in _common.scss cause an error (wrong number of arguments (4 for 3) for `rgb'):

.ui-widget-overlay {
background-color: rgb(0,0,0,0.4);
}

The fix is to change it to rgba instead of rgb

Re: Error in _common.scss

Posted: 06 Jul 2020, 10:26
by merve7
Hi,
Thank you for your feedback. We will fix it for the next release.