I do notice for the 'ocean' theme there is this on the sass/utilities/
dir:

_custom-variables.scss:$arrow-color: $brand-primary;
_custom-variables.scss:$arrow-text-color: #fff;
_custom-variables.scss:$arrow-link-color: #fff;
_custom-variables.scss:$arrow-link-hover-color: $text-color;
_custom-variables.scss:$arrow-link-active-color: #20738f;
_custom-variables.scss:$arrow-link-background-color: #fff;


_bootstrap-variables.scss:$arrow-color: darken($brand-info, 10%);
_bootstrap-variables.scss:$arrow-text-color: #fff;
_bootstrap-variables.scss:$arrow-link-color: #fff;
_bootstrap-variables.scss:$arrow-link-hover-color: $arrow-color;
_bootstrap-variables.scss:$arrow-link-active-color: $arrow-color;

And it looks like some things are defined twice and with different
values

--
In primary school theme

we have 
_custom-variables.scss:$arrow-color: $brand-primary;
_custom-variables.scss:$arrow-text-color: #fff;
_custom-variables.scss:$arrow-link-color: #ca0238;
_custom-variables.scss:$arrow-link-hover-color: $text-color;
_custom-variables.scss:$arrow-link-active-color: $brand-primary;
_custom-variables.scss:$arrow-link-background-color: #fff;
_custom-variables.scss:$arrow-link-group-color: #799323;

and I notice _custom-variables.scss:$arrow-link-color: #ca0238; would
give the 'Sent' button the red colour

-- 
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/1756154

Title:
  Fix link color in Primary School and Ocean themes for "Notifications"

Status in Mahara:
  Confirmed
Status in Mahara 18.04 series:
  Confirmed
Status in Mahara 18.10 series:
  In Progress

Bug description:
  When you have the Primary School or Ocean theme on your site, the
  navigation bar in the inbox
  (/module/multirecipientnotification/inbox.php) does not show the links
  in the nav bar in the correct colors. In Ocean it is only the active
  link that is a problem, in Primary School it is both Inbox and Sent.

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

_______________________________________________
Mailing list: https://launchpad.net/~mahara-contributors
Post to     : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp

Reply via email to