зеркало из https://github.com/mozilla/gecko-dev.git
Bug 359496 focus outline on combobox <select>s is always drawn in black r+sr=dbaron
This commit is contained in:
Родитель
82190b3561
Коммит
d0d3a21ea2
|
@ -2090,7 +2090,7 @@ void nsComboboxControlFrame::PaintFocus(nsIRenderingContext& aRenderingContext,
|
|||
if (!mContent->HasAttr(kNameSpaceID_None, nsHTMLAtoms::disabled) &&
|
||||
mFocused == this) {
|
||||
aRenderingContext.SetLineStyle(nsLineStyle_kDotted);
|
||||
aRenderingContext.SetColor(NS_RGB(0, 0, 0));
|
||||
aRenderingContext.SetColor(GetStyleColor()->mColor);
|
||||
} else {
|
||||
aRenderingContext.SetColor(GetStyleBackground()->mBackgroundColor);
|
||||
aRenderingContext.SetLineStyle(nsLineStyle_kSolid);
|
||||
|
|
Загрузка…
Ссылка в новой задаче