Merge pull request #2860 from matrix-org/travis/breadcrumbs/parted

Apply 50% opacity to left breadcrumbs
This commit is contained in:
Travis Ralston 2019-04-03 08:42:39 -06:00 committed by GitHub
commit c3d3dd1fd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 7 deletions

View file

@ -47,6 +47,9 @@ limitations under the License.
transform: scale(0);
}
.mx_RoomBreadcrumbs_left {
opacity: 0.5;
}
// Note: we have to manually control the gradient and stuff, but the IndicatorScrollbar
// will deal with left/right positioning for us. Normally we'd use position:sticky on