mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #62738
[Bug 1933940] Re: Raw Resume views are not displaying headers
It seems the scss files are missing from that attachment so I couldn't
replicate the issue. But I have put in a patch where new variables are
added into custom-variables.scss to cover the card-secondary and
separate it from default card styling. This means you can just change
the variables which should hopefully change all the places it's used in,
and limit the need for the custom override.
// Cards
$card-border-color: #ddd !default;
$card-header-bg: #f9f9f9 !default;
$card-header-color: $theme-text-color !default;
$card-footer-bg: #f5f5f5 !default;
$card-secondary-header-bg: transparent !default;
$card-secondary-header-color: $theme-text-color !default;
$card-secondary-border-color: #ddd !default;
$card-secondary-border-width: 2px !default;
** Changed in: mahara
Status: Incomplete => Fix Committed
** Changed in: mahara
Status: Fix Committed => In Progress
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/1933940
Title:
Raw Resume views are not displaying headers
Status in Mahara:
In Progress
Bug description:
When creating a theme based On RAW than the view with entries from the
resume won't show up.
The card titles are not displaying.
To fix that two lines have to be copied from default Theme to RAW Theme or to the Theme based on Raw
/* From Default - visibility of header in cards accordion */
.card-header a:not(.secondary-link),.collapsible legend a:not(.secondary-link) {
color:#556d32;
}
.card-header a:not(.secondary-link).collapsed,.collapsible legend a:not(.secondary-link).collapsed {
background-color:transparent;
color:#475c2a;
}
/* End Default */
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1933940/+subscriptions
Follow ups
References