Missing CSS variables

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
ShipShapeDev
Posts: 4
Joined: 29 Sep 2021, 11:15

18 Jan 2022, 15:20

Hi

It seems that there are some missing CSS variables in 12.2.0 and 13.0.0 that are no longer defined.

Image

There are 2 missing variables that are used in the sidebar with the light theme namely:
--primary-lightest-color
--primary-menu-text-color

Please can this get bug fixed?

Thank you

cetincakiroglu
Posts: 130
Joined: 17 Dec 2021, 09:33

07 Feb 2022, 15:06

Hi,

Thanks for your feedback, we just have fixed the issue.

Regards.

kimmann
Posts: 2
Joined: 22 Nov 2021, 15:06

03 Mar 2022, 23:45

How does one get the fix? I don't see an updated version to download a new Ultima - PrimeNG version.

Thank you.

skaleckip
Posts: 1
Joined: 09 Jul 2015, 16:18

27 Mar 2022, 10:30

Any news on the updated Ultima template version? By the way, the version available online is clearly updated in comparison to the 13.0.0 version available to download. For instance, it includes PrimeBlocks in the menu.

yigitfindikli
Posts: 449
Joined: 08 Aug 2018, 14:09

14 Apr 2022, 09:38

skaleckip wrote:
27 Mar 2022, 10:30
Any news on the updated Ultima template version? By the way, the version available online is clearly updated in comparison to the 13.0.0 version available to download. For instance, it includes PrimeBlocks in the menu.
Hi,

Sorry for the delayed response. It's fixed for the next release. For now, you can add manually;

src/assets/sass/theme/varaibles/theme/_theme_light.scss

Code: Select all

:root {
...
--primary-menu-text-color:#{$primaryMenuTextColor};
 --primary-lightest-color:#{$primaryLightestColor};
...
}
src/assets/sass/theme/varaibles/theme/_theme_dark.scss

Code: Select all

:root {
...
--primary-lightest-color:#{$primaryLightestColor};
...
}
Best Regards.

Post Reply

Return to “Ultima - PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 4 guests