DescriptionFiles.app: Keep the background color of top buttons as pressed until it is released.
When the button is in the state of 'active', the shadow effect that makes button
look as pressed is enabled. And originally when the buttons is in the state of
'hover' or in the state of 'focused', the background color is changed.
But some drag operation let the button's state be 'active' but not 'hover' and
not 'focused'. This cause the situation the shadow effect is enabled but the
background color is not changed.
This CL updateds the CSS selector and when the button is in the state of
'active' as well as original condition, the background color is changed.
BUG=243287
TEST=manually
R=yoshiki@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201987
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|