mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-20 18:11:14 +08:00
chore for style
This commit is contained in:
parent
fff4e01f14
commit
d2d82bcd5d
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,6 +21,7 @@ node_modules/
|
|||||||
npm-debug.log
|
npm-debug.log
|
||||||
nohup.out
|
nohup.out
|
||||||
_site
|
_site
|
||||||
|
_data
|
||||||
dist
|
dist
|
||||||
lib
|
lib
|
||||||
elasticsearch-*
|
elasticsearch-*
|
||||||
|
@ -48,14 +48,10 @@ input::-ms-clear, input::-ms-reveal {
|
|||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background: @primary-color;
|
background: @primary-color;
|
||||||
}
|
color: #fff;
|
||||||
|
|
||||||
::-moz-selection {
|
|
||||||
background: @primary-color;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Links
|
// Links
|
||||||
// -- TODO --
|
|
||||||
a {
|
a {
|
||||||
color: @link-color;
|
color: @link-color;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
Loading…
Reference in New Issue
Block a user