Page 1 of 1

Why was this i:not([class~=pi]) {} setting included in the style css?

Posted: 27 Jul 2022, 21:25
by hedgerowUS
We are upgrading to California template 13.1.0.
We use icons from both Font Awesome and Primeicons.
The Font Awesome icons do not display because this setting was added:

Code: Select all

i:not([class~=pi]) {
  background-color: transparent;
  color: #2196f3;
  font-family: Monaco, courier, monospace;
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  padding: 0 4px;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin: 0 2px;
  display: inline-flex;
}
I am wondering what was the purpose of adding this to the layout style css files and if I can remove it.

Re: Why was this i:not([class~=pi]) {} setting included in the style css?

Posted: 28 Jul 2022, 13:27
by mert.sincan
Hi,

Interesting! I didn't see it. Which library are you using? I think you use PrimeNg. If yes, please create a new issue in California-PrimeNg forum.

Best Regards,

Re: Why was this i:not([class~=pi]) {} setting included in the style css?

Posted: 28 Jul 2022, 15:35
by hedgerowUS
Yes it is PrimeNg, sorry I will copy this question to the California-PrimeNg forum.

Re: Why was this i:not([class~=pi]) {} setting included in the style css?

Posted: 11 Aug 2022, 11:28
by mert.sincan
No worries, thanks a lot for your update!

Best Regards,