Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2015-11-02 22:21:18 +0800
Commit
16a9980c74b9276bbaaa51cafa06dd28e384f2d6
1 parent
9594b6f6
link visted
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
7 deletions
static/sass/category/_index.scss
static/sass/index.scss
static/sass/product/_list.scss
static/sass/category/_index.scss
View file @
16a9980
...
...
@@ -101,5 +101,16 @@
border-bottom
:
none
;
}
}
a
{
display
:
block
;
height
:
100%
;
width
:
100%
;
color
:
#000
;
&
:visisted
{
color
:
#000
;
}
}
}
}
\ No newline at end of file
...
...
static/sass/index.scss
View file @
16a9980
...
...
@@ -45,13 +45,6 @@ a {
text-decoration
:
none
;
outline
:
none
;
color
:
#000
;
&
:link
,
&
:visted
,
&
:hover
,
&
:active
{
color
:
#000
;
}
}
*
:focus
{
...
...
static/sass/product/_list.scss
View file @
16a9980
...
...
@@ -49,6 +49,11 @@
border-top
:
1px
solid
#e6e6e6
;
font-size
:
17px
;
background
:
#fff
;
color
:
#000
;
&
:visisted
{
color
:
#000
;
}
}
.brand-thumb
{
...
...
Please
register
or
login
to post a comment