mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
use tint over fadeout
This commit is contained in:
parent
d39b222b47
commit
c5a367febe
@ -148,24 +148,25 @@
|
||||
text-align: center;
|
||||
|
||||
&:hover {
|
||||
background: fadeout(@primary-color, 90%);
|
||||
background: tint(@primary-color, 90%);
|
||||
cursor: pointer;
|
||||
}
|
||||
&:active {
|
||||
color: #fff;
|
||||
background: fadeout(@primary-color, 80%);
|
||||
background: tint(@primary-color, 20%);
|
||||
}
|
||||
}
|
||||
|
||||
&-today &-date {
|
||||
border: 1px solid fadeout(@primary-color, 50%);
|
||||
border: 1px solid tint(@primary-color, 50%);
|
||||
line-height: 18px;
|
||||
background: fadeout(@primary-color, 90%);
|
||||
background: tint(@primary-color, 90%);
|
||||
}
|
||||
|
||||
&-selected-day &-date {
|
||||
background: @primary-color;
|
||||
color: #fff;
|
||||
border: 1px solid transparent;
|
||||
|
||||
&:hover {
|
||||
background: @primary-color;
|
||||
|
@ -40,7 +40,7 @@
|
||||
border-radius: 4px;
|
||||
|
||||
&:hover {
|
||||
background: fadeout(@primary-color, 90%);
|
||||
background: tint(@primary-color, 90%);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
@ -40,7 +40,7 @@
|
||||
border-radius: 4px;
|
||||
|
||||
&:hover {
|
||||
background: fadeout(@primary-color, 90%);
|
||||
background: tint(@primary-color, 90%);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
@ -55,7 +55,7 @@
|
||||
color: #666;
|
||||
|
||||
&:hover {
|
||||
background: fadeout(@primary-color, 90%);
|
||||
background: tint(@primary-color, 90%);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
@ -40,7 +40,7 @@
|
||||
border-radius: 4px;
|
||||
|
||||
&:hover {
|
||||
background: fadeout(@primary-color, 90%);
|
||||
background: tint(@primary-color, 90%);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user