mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
update some basic style
This commit is contained in:
parent
e4c355f6a4
commit
02807a69ad
@ -59,6 +59,7 @@ a:hover {
|
||||
background: #2db7f5;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: #2db7f5;
|
||||
color: #fff;
|
||||
|
@ -29,7 +29,6 @@
|
||||
}
|
||||
|
||||
&-item,
|
||||
&-submenu,
|
||||
&-submenu-title {
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease;
|
||||
|
@ -46,6 +46,14 @@ input::-ms-clear, input::-ms-reveal {
|
||||
display: none;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: @primary-color;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: @primary-color;
|
||||
}
|
||||
|
||||
// Links
|
||||
// -- TODO --
|
||||
a {
|
||||
@ -54,6 +62,7 @@ a {
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
transition: color .3s ease;
|
||||
|
||||
&:hover {
|
||||
color: @link-hover-color;
|
||||
|
Loading…
Reference in New Issue
Block a user