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
cb5264e4
Commit
cb5264e4
authored
Dec 20, 2019
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: hide bullet on links and grid lists
parent
a257831c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
settings.json
.vscode/settings.json
+4
-2
nav-header.vue
client/components/common/nav-header.vue
+1
-1
app.scss
client/themes/default/scss/app.scss
+4
-0
No files found.
.vscode/settings.json
View file @
cb5264e4
{
"eslint.enable"
:
true
,
"eslint.autoFixOnSave"
:
true
,
"puglint.enable"
:
true
,
"editor.formatOnSave"
:
false
,
"editor.tabSize"
:
2
,
"eslint.validate"
:
[
"javascript"
,
"vue"
]
],
"editor.codeActionsOnSave"
:
{
"source.fixAll.eslint"
:
true
}
}
client/components/common/nav-header.vue
View file @
cb5264e4
...
...
@@ -461,7 +461,7 @@ export default {
&
-dev
{
background-color
:
mc
(
'red'
,
'600'
);
position
:
absolute
;
top
:
1
0
px
;
top
:
1
1
px
;
left
:
255px
;
padding
:
5px
15px
;
border-radius
:
5px
;
...
...
client/themes/default/scss/app.scss
View file @
cb5264e4
...
...
@@ -325,6 +325,9 @@
}
&
.links-list
{
padding-left
:
0
;
list-style-type
:
none
;
li
{
background-color
:
mc
(
'grey'
,
'50'
);
background-image
:
linear-gradient
(
to
bottom
,
#FFF
,
mc
(
'grey'
,
'50'
));
...
...
@@ -399,6 +402,7 @@
border
:
1px
solid
mc
(
'grey'
,
'200'
);
padding
:
1px
;
display
:
inline-block
;
list-style-type
:
none
;
@at-root
.theme--dark
&
{
background-color
:
#000
;
...
...
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