提交 c5a367fe 编写于 作者: A afc163

use tint over fadeout

上级 d39b222b
......@@ -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;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册