Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
f598d9ba
Commit
f598d9ba
authored
Feb 02, 2019
by
Zhi Cun
Committed by
GitHub
Feb 02, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14295 from tuxinghuan/dev
docs(icon):make the style change when hover on it
parents
f5822c06
431475bc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
12 deletions
+9
-12
examples/docs/en-US/icon.md
examples/docs/en-US/icon.md
+3
-4
examples/docs/es/icon.md
examples/docs/es/icon.md
+3
-4
examples/docs/zh-CN/icon.md
examples/docs/zh-CN/icon.md
+3
-4
No files found.
examples/docs/en-US/icon.md
View file @
f598d9ba
...
@@ -37,8 +37,6 @@
...
@@ -37,8 +37,6 @@
line-height: 120px;
line-height: 120px;
color: #666;
color: #666;
font-size: 13px;
font-size: 13px;
transition: color .15s linear;
border-right: 1px solid #eee;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
border-bottom: 1px solid #eee;
margin-right: -1px;
margin-right: -1px;
...
@@ -58,15 +56,16 @@
...
@@ -58,15 +56,16 @@
font-size: 32px;
font-size: 32px;
margin-bottom: 15px;
margin-bottom: 15px;
color: #606266;
color: #606266;
transition: color .15s linear;
}
}
.icon-name {
.icon-name {
display: inline-block;
display: inline-block;
padding: 0 3px;
padding: 0 3px;
height: 1em;
height: 1em;
color: #606266
;
transition: color .15s linear
;
}
}
&:hover {
&:hover {
color: rgb(92, 182, 255);
i,span{color: rgb(92, 182, 255);}
}
}
}
}
</style>
</style>
...
...
examples/docs/es/icon.md
View file @
f598d9ba
...
@@ -37,8 +37,6 @@
...
@@ -37,8 +37,6 @@
line-height: 120px;
line-height: 120px;
color: #666;
color: #666;
font-size: 13px;
font-size: 13px;
transition: color .15s linear;
border-right: 1px solid #eee;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
border-bottom: 1px solid #eee;
margin-right: -1px;
margin-right: -1px;
...
@@ -58,15 +56,16 @@
...
@@ -58,15 +56,16 @@
font-size: 32px;
font-size: 32px;
margin-bottom: 15px;
margin-bottom: 15px;
color: #606266;
color: #606266;
transition: color .15s linear;
}
}
.icon-name {
.icon-name {
display: inline-block;
display: inline-block;
padding: 0 3px;
padding: 0 3px;
height: 1em;
height: 1em;
color: #606266
;
transition: color .15s linear
;
}
}
&:hover {
&:hover {
color: rgb(92, 182, 255);
i,span{color: rgb(92, 182, 255);}
}
}
}
}
</style>
</style>
...
...
examples/docs/zh-CN/icon.md
View file @
f598d9ba
...
@@ -36,8 +36,6 @@
...
@@ -36,8 +36,6 @@
line-height: 120px;
line-height: 120px;
color: #666;
color: #666;
font-size: 13px;
font-size: 13px;
transition: color .15s linear;
border-right: 1px solid #eee;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
border-bottom: 1px solid #eee;
margin-right: -1px;
margin-right: -1px;
...
@@ -51,6 +49,7 @@
...
@@ -51,6 +49,7 @@
vertical-align: middle;
vertical-align: middle;
font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',SimSun,sans-serif;
font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',SimSun,sans-serif;
color: #99a9bf;
color: #99a9bf;
transition: color .15s linear;
}
}
i {
i {
...
@@ -58,17 +57,17 @@
...
@@ -58,17 +57,17 @@
font-size: 32px;
font-size: 32px;
margin-bottom: 15px;
margin-bottom: 15px;
color: #606266;
color: #606266;
transition: color .15s linear;
}
}
.icon-name {
.icon-name {
display: inline-block;
display: inline-block;
padding: 0 3px;
padding: 0 3px;
height: 1em;
height: 1em;
color: #606266;
}
}
&:hover {
&:hover {
color: rgb(92, 182, 255);
span,i{color: rgb(92, 182, 255);}
}
}
}
}
</style>
</style>
...
...
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