← Back to team overview

mahara-contributors team mailing list archive

[Bug 1933940] A change has been merged

 

Reviewed:  https://reviews.mahara.org/11877
Committed: https://git.mahara.org/mahara/mahara/commit/69aea1f0eb52e00a34d39bda4e63effb53f75dc0
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    master

commit 69aea1f0eb52e00a34d39bda4e63effb53f75dc0
Author: Evonne <evonne@xxxxxxxxxxxxxxx>
Date:   Thu Jul 29 10:56:23 2021 +1200

Bug 1933940 Creating variables in Raw for card-secondary

Created some card variables in custom-variables.scss to separate
default cards from card-secondary so they can be targetted all in
one go with just changing the variables, relieving the need to do
overrides for occassions when a card-secondary and a collapsible
card heading has different styling.

behatnotneeded

Change-Id: I97843c86614be7360928d47463e25bd2d3031c1b

-- 
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:
  Fix Committed

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



References