зеркало из https://github.com/mozilla/gecko-dev.git
Bug 851777 - Don't display a CSS focus ring on <input type=range> when OS X native theming is being used. r=roc
This commit is contained in:
Родитель
02ae98ba2f
Коммит
0f64c0b43f
|
@ -3021,6 +3021,7 @@ nsNativeThemeCocoa::ThemeDrawsFocusForWidget(nsPresContext* aPresContext, nsIFra
|
|||
aWidgetType == NS_THEME_DROPDOWN_TEXTFIELD ||
|
||||
aWidgetType == NS_THEME_BUTTON ||
|
||||
aWidgetType == NS_THEME_RADIO ||
|
||||
aWidgetType == NS_THEME_RANGE ||
|
||||
aWidgetType == NS_THEME_CHECKBOX)
|
||||
return true;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче