Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
60349e3a
Commit
60349e3a
authored
Jul 10, 2014
by
Dave St.Germain
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3504 from edx/dcs/LMS-1308
Make wiki links not look inactive. Fixes LMS-1308
parents
cd11d5b6
67177225
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
lms/static/sass/course/wiki/_wiki.scss
+3
-5
No files found.
lms/static/sass/course/wiki/_wiki.scss
View file @
60349e3a
...
...
@@ -277,6 +277,7 @@ section.wiki {
a
{
color
:
$link-color
;
font-weight
:
bold
;
background-color
:
$gray-l4
;
.icon-view
,
.icon-home
{
...
...
@@ -301,20 +302,17 @@ section.wiki {
background-position
:
-25px
-99px
;
}
&
:hover
,
&
:focus
{
background
:
none
;
}
}
}
}
a
{
display
:
block
;
padding
:
2px
4
px
;
padding
:
2px
8
px
;
border-radius
:
3px
;
font-size
:
0
.9em
;
line-height
:
25px
;
color
:
#8f8f8f
;
color
:
$link-color
;
.icon
{
float
:
left
;
...
...
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