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:
Jonathan Watt 2013-04-17 09:24:46 +01:00
Родитель 02ae98ba2f
Коммит 0f64c0b43f
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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;