Index: Source/core/css/html.css |
diff --git a/Source/core/css/html.css b/Source/core/css/html.css |
index 17f7402738542e4f9886cbb4704e53b461c51cd7..4281ff49a7c8172b50bc1635a415be7925313fe5 100644 |
--- a/Source/core/css/html.css |
+++ b/Source/core/css/html.css |
@@ -786,6 +786,11 @@ option { |
min-height: 1.2em; |
} |
+select:-internal-list-box option, |
+select:-internal-list-box optgroup { |
+ line-height: initial !important; |
tkent
2014/09/05 02:29:17
Do we need !important?
It prevents web authors fro
keishi
2014/09/05 04:56:34
I added it because I confirmed Firefox and IE don'
tkent
2014/09/05 05:01:14
Yeah, styling line-height of OPTION is an improvem
|
+} |
+ |
select:-internal-list-box:focus option:checked { |
background-color: -internal-active-list-box-selection !important; |
color: -internal-active-list-box-selection-text !important; |