mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
fixed color gradiant display in Safari
This commit is contained in:
parent
56fd5c7ed7
commit
8bc158118e
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
||||||
@import "../../../colors";
|
@import "../../../colors";
|
||||||
|
|
||||||
|
$cross-browser-transparent: hsla(0, 0, 100, 0);
|
||||||
|
|
||||||
.compose-comment {
|
.compose-comment {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
@ -172,7 +174,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
transparent,
|
$cross-browser-transparent,
|
||||||
$ui-light-primary
|
$ui-light-primary
|
||||||
);
|
);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -211,4 +213,3 @@
|
||||||
margin-right: -50%;
|
margin-right: -50%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue