Xenforo News Xf-intensify doesn't work against property --color when using RGB

[XFB] Konu Bilgileri

Konu Hakkında Merhaba, tarihinde XenForo kategorisinde News tarafından oluşturulan Xf-intensify doesn't work against property --color when using RGB başlıklı konuyu okuyorsunuz. Bu konu şimdiye dek 7 kez görüntülenmiş, 0 yorum ve 0 tepki puanı almıştır...
Kategori Adı XenForo
Konu Başlığı Xf-intensify doesn't work against property --color when using RGB
Konbuyu başlatan News
Başlangıç tarihi
Cevaplar
Görüntüleme
İlk mesaj tepki puanı
Son Mesaj Yazan News

News

Moderator
Top Poster Of Month
Credits
0
In 2.2 we could use this and it would work:
Code:

color: xf-intensify(@xf-xbCustomFooterCSS--color, 20%);

Now it doesn't appear to work if a style uses RGB colors (I'm updating to HSL but I can see this being an issue when styles that are imported)

Easiest way to replicate the issue:
Style properties -> Footer -> Set background color to:
Code:

rgb(31, 32, 35)

Then add this to extra.less:

Code:

Kod:
#XF .block-header
{
    background: xf-intensify(@xf-publicFooter--background-color, 10%);
}
...

Read more

Okumaya devam et...
 

Geri
Üst