mirror of https://github.com/akveo/blur-admin
fix(feed): line camp dots now only in chrome
parent
3a30462868
commit
36b9dd77f9
|
@ -96,6 +96,17 @@
|
||||||
fill: $info-charts;
|
fill: $info-charts;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.badmin-transparent{
|
||||||
|
.ct-area {
|
||||||
|
fill-opacity: .5;
|
||||||
|
}
|
||||||
|
.ct-label{
|
||||||
|
color: $default;
|
||||||
|
opacity: 0.9;
|
||||||
|
fill: rgba(255,255,255,.9);
|
||||||
|
}
|
||||||
|
}
|
||||||
@media screen and (min-width: 992px) {
|
@media screen and (min-width: 992px) {
|
||||||
.row.morris-up {
|
.row.morris-up {
|
||||||
> div {
|
> div {
|
||||||
|
|
|
@ -155,6 +155,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.line-clamp
|
.line-clamp
|
||||||
{
|
{
|
||||||
display : block;
|
display : block;
|
||||||
|
@ -167,6 +169,8 @@
|
||||||
text-overflow : ellipsis;
|
text-overflow : ellipsis;
|
||||||
padding : 0 !important;
|
padding : 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||||
.line-clamp:after
|
.line-clamp:after
|
||||||
{
|
{
|
||||||
content : '...';
|
content : '...';
|
||||||
|
@ -177,8 +181,10 @@
|
||||||
display : block;
|
display : block;
|
||||||
position : absolute;
|
position : absolute;
|
||||||
height : calc(1em * 1.2);
|
height : calc(1em * 1.2);
|
||||||
background : linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@supports (-webkit-line-clamp: 1)
|
@supports (-webkit-line-clamp: 1)
|
||||||
{
|
{
|
||||||
.line-clamp:after
|
.line-clamp:after
|
||||||
|
|
Loading…
Reference in New Issue