Stop gradients at panel bg color
This commit is contained in:
parent
c8edd6b417
commit
fb4fd54f6f
3 changed files with 3 additions and 2 deletions
|
@ -152,7 +152,7 @@ limitations under the License.
|
|||
&.mx_IndicatorScrollbar_topOverflow::before {
|
||||
top: 0;
|
||||
transition: background-image 0.1s ease-in;
|
||||
background: linear-gradient(to top, rgba(242,245,248,0), rgba(242,245,248,1));
|
||||
background: linear-gradient(to top, rgba(242,245,248,0), $header-panel-bg-color);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -36,7 +36,7 @@ limitations under the License.
|
|||
top: 0;
|
||||
right: 0;
|
||||
height: 100%;
|
||||
background: linear-gradient(to right, rgba(242,245,248,0), rgba(242,245,248,1));
|
||||
background: linear-gradient(to right, rgba(242,245,248,0), $header-panel-bg-color);
|
||||
}
|
||||
|
||||
.mx_RoomBreadcrumbs_animate {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue