зеркало из https://github.com/mozilla/pjs.git
setting line-height to 1em ! important, selects should not inherit the line height
nor should users be able to set it. Bug 82626 r=kmcclusk sr=hyatt a=asa
This commit is contained in:
Родитель
7be0b13316
Коммит
0bd44c512d
|
@ -107,6 +107,7 @@ select {
|
|||
-moz-user-select: none;
|
||||
-moz-user-focus: normal;
|
||||
-moz-box-sizing: border-box;
|
||||
line-height:1em ! important; /* fix for bug 82626 */
|
||||
}
|
||||
|
||||
select[size] {
|
||||
|
|
|
@ -107,6 +107,7 @@ select {
|
|||
-moz-user-select: none;
|
||||
-moz-user-focus: normal;
|
||||
-moz-box-sizing: border-box;
|
||||
line-height:1em ! important; /* fix for bug 82626 */
|
||||
}
|
||||
|
||||
select[size] {
|
||||
|
|
Загрузка…
Ссылка в новой задаче