mirror of
https://github.com/munki/munki.git
synced 2026-01-07 06:59:57 -06:00
Fixes for description display in item detail view to more closely match that of MSC 4.x
This commit is contained in:
@@ -131,7 +131,7 @@ class GenericItem: BaseItem {
|
||||
my["developer"] = guess_developer()
|
||||
}
|
||||
if let description = my["description"] as? String {
|
||||
my["raw_description"] = description
|
||||
my["raw_description"] = filtered_html(description)
|
||||
my["description"] = nil
|
||||
}
|
||||
my["icon"] = getIcon()
|
||||
|
||||
@@ -58,7 +58,7 @@ body.product .product-detail .product-info .product-review h4 {
|
||||
color: var(--text-color-subdued);
|
||||
/*text-shadow: rgba(255,255,255,1) 0 1px 0*/
|
||||
}
|
||||
body.product .product-detail .product-info .product-review p,body.product .product-detail .product-info .product-review ul {
|
||||
body.product .product-detail .product-info .product-review p,body.product .product-detail .product-info .product-review div,body.product .product-detail .product-info .product-review ul {
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
color: var(--text-color-normal);
|
||||
|
||||
Reference in New Issue
Block a user