Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
7074b04c
Commit
7074b04c
authored
Mar 22, 2018
by
Robert Lyon
Committed by
Gerrit Code Review
Mar 22, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Bug #1756154: Fix link color in Primary School and Ocean themes for "Notifications""
parents
390bf532
113faa35
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
1 deletion
+32
-1
htdocs/theme/ocean/sass/components/_arrow-bar.scss
htdocs/theme/ocean/sass/components/_arrow-bar.scss
+17
-1
htdocs/theme/primaryschool/sass/components/_arrow-bar.scss
htdocs/theme/primaryschool/sass/components/_arrow-bar.scss
+15
-0
No files found.
htdocs/theme/ocean/sass/components/_arrow-bar.scss
View file @
7074b04c
...
...
@@ -39,4 +39,20 @@
}
}
}
}
\ No newline at end of file
&
.notifications
{
.nav-inpage
{
&
.nav
>
li
{
&
.active
>
a
,
&
.active
>
button
{
color
:
$arrow-link-active-color
;
background-color
:
$arrow-link-background-color
;
}
&
>
a
:hover
{
color
:
$arrow-link-hover-color
;
background-color
:
$arrow-link-background-color
;
}
}
}
}
}
htdocs/theme/primaryschool/sass/components/_arrow-bar.scss
View file @
7074b04c
...
...
@@ -54,4 +54,19 @@
}
}
}
&
.notifications
{
.nav-inpage
{
&
.nav
>
li
{
&
>
a
{
color
:
$arrow-text-color
;
}
&
.active
>
a
,
&
.active
>
button
{
color
:
$link-color
;
background-color
:
$arrow-link-background-color
;
}
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment