Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
491434fd
Commit
491434fd
authored
Nov 03, 2019
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: marker highlighting for visual editor
parent
8eddc479
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
1 deletion
+28
-1
page-selector.vue
client/components/common/page-selector.vue
+1
-1
app.scss
client/themes/default/scss/app.scss
+27
-0
No files found.
client/components/common/page-selector.vue
View file @
491434fd
...
...
@@ -242,7 +242,7 @@ export default {
this
.
tree
=
[
{
id
:
0
,
title
:
'/ (root'
,
title
:
'/ (root
)
'
,
children
:
[]
}
]
...
...
client/themes/default/scss/app.scss
View file @
491434fd
...
...
@@ -683,6 +683,33 @@
}
// ---------------------------------
// HIGHLIGHTING
// ---------------------------------
mark
{
&
.pen-red
{
color
:
mc
(
'red'
,
'500'
);
background-color
:
initial
;
}
&
.pen-green
{
color
:
mc
(
'green'
,
'500'
);
background-color
:
initial
;
}
&
.marker-blue
{
background-color
:
mc
(
'blue'
,
'300'
);
}
&
.marker-yellow
{
background-color
:
mc
(
'yellow'
,
'300'
);
}
&
.marker-pink
{
background-color
:
mc
(
'pink'
,
'300'
);
}
&
.marker-green
{
background-color
:
mc
(
'green'
,
'300'
);
}
}
}
// ---------------
...
...
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