← Back to team overview

mahara-contributors team mailing list archive

[Bug 1775652] Re: Child default theme fails to inherit styles

 

It's not a bug. The default theme is suppose to inherent the raw theme
styles initially.

When creating a child theme from the subthemestarter and you want to
base it off the default theme you will also need to make a change in the
file: /newchildtheme/sass/styles.scss  and change the line "//@import
"../../raw/sass/style";"  to @import "../../default/sass/style";


** Changed in: mahara
       Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1775652

Title:
  Child default theme fails to inherit styles

Status in Mahara:
  Invalid

Bug description:
  Mahara Version 17.04
  Linux 16.04
  Database MySQL
  Docker version 17.05.0-ce
  Google Chrome Version 66.0.3359.181 (64-bit)

  When creating a new child theme with the parent specified as
  "default", without a footer template the child theme takes on the
  styles from raw. There may be more styles that come through other than
  for the footer but that's what I noticed. Solution currently is to
  @import the theme default style.css file at the top of the child
  theme.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1775652/+subscriptions


References