Tonina_Zhelyazkova_WMDE added a comment.
In T232468#5705004 <https://phabricator.wikimedia.org/T232468#5705004>, @Charlie_WMDE wrote: > As mentioned in the daily, the drop shadow seems too large compared to OOUI. I didn'T manage to get the exact pixel sizes of both of them but hopefully you know where to find it. > Moving the ticket back to TODO so you can adapt the size of the box shadow to how it is on OOUI I just looked at OOUI's `progressBarWidget` code and there's no box shadow defined there. Termbox's `IndeterminateProgressBar` component has a box shadow defined as /* offset-x | offset-y | blur-radius | color */ box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.1 ), 0 3px 3px rgba( 0, 0, 0, 0.1 )`. Do we remove the box shadow to match OOUI's style (and upstream that in Termbox) or do we keep it as it is in Termbox? TASK DETAIL https://phabricator.wikimedia.org/T232468 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Tonina_Zhelyazkova_WMDE Cc: Tonina_Zhelyazkova_WMDE, Michael, Lydia_Pintscher, Charlie_WMDE, Aklapper, Pablo-WMDE, darthmon_wmde, DannyS712, Nandana, Lens0021, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
