Bug1408701: Ensure that we continue to show dark scrollbar thumbs on.

This commit is contained in:
Fedor 2019-07-08 13:07:04 +03:00
parent f1309924dd
commit 9c487a05b0
1 changed files with 2 additions and 1 deletions

View File

@ -2778,7 +2778,8 @@ nsNativeThemeCocoa::DrawWidgetBackground(nsRenderingContext* aContext,
NSMutableDictionary* options = [NSMutableDictionary dictionaryWithObjectsAndKeys:
(isOverlay ? @"kCUIWidgetOverlayScrollBar" : @"scrollbar"), @"widget",
(isSmall ? @"small" : @"regular"), @"size",
(isHorizontal ? @"kCUIOrientHorizontal" : @"kCUIOrientVertical"), @"kCUIOrientationKey",
(isOverlay && isOnTopOfDarkBackground ? @"kCUIVariantWhite" : @""),
@"kCUIVariantKey",
(isOnTopOfDarkBackground ? @"kCUIVariantWhite" : @""), @"kCUIVariantKey",
[NSNumber numberWithBool:YES], @"indiconly",
[NSNumber numberWithBool:YES], @"kCUIThumbProportionKey",