HandyControl icon indicating copy to clipboard operation
HandyControl copied to clipboard

Fix hc:TextBox disabled opacity.

Open GF-Huang opened this issue 1 year ago • 0 comments

值得一提的是,下图中的 before 一侧,文本框的边框变得几乎不可见了,这是由于同时设置了父元素 root 和子元素 borderopacity0.4 导致的,这使得 borderopacity 变为 0.16 (0.4*0.4).

https://github.com/HandyOrg/HandyControl/blob/4146ee523eada5aa514b270c46c0f197211522a8/src/Shared/HandyControl_Shared/Themes/Styles/Base/TextBoxBaseStyle.xaml#L139-L154

image

GF-Huang avatar May 22 '24 08:05 GF-Huang