You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So this one is small, but I think it should be addressed to bring cohesion to all of the controls. The border surrounding the checkbox is darker than that of other controls, as demonstrated below:
I think that the border should be lightened to match the other controls, with it darkening on MouseOver. I also think that there should be an option to utilize TextboxHelper.MouseOverBorderBrush to change the CheckBox outline color / font color on MouseOver (this might also tie into #1520 as well).
Any thoughts?
The text was updated successfully, but these errors were encountered:
@flagbug@100GPing100#1589 doesn't correct this... I am still showing that the border values do not match (Checkbox is still dark, Textbox and other controls are still light). Additionally, the MouseOverBorderBrush does not change the color of the actual checkbox itself (the checkbox border is still its default value on MouseOver; I really believe that this should probably be implemented in a separate CheckboxHelper).
This PR moved the FocusBorderBrush and MouseOverBorderBrush attached properties back to the ControlsHelper class and enables them to also be set for the Checkbox and RadioButton class
Fixes#1527
So this one is small, but I think it should be addressed to bring cohesion to all of the controls. The border surrounding the checkbox is darker than that of other controls, as demonstrated below:
I think that the border should be lightened to match the other controls, with it darkening on MouseOver. I also think that there should be an option to utilize
TextboxHelper.MouseOverBorderBrush
to change the CheckBox outline color / font color on MouseOver (this might also tie into #1520 as well).Any thoughts?
The text was updated successfully, but these errors were encountered: