Bug 1717695 - Fix too tall buttons after adding min-height. r=aleca
Differential Revision: https://phabricator.services.mozilla.com/D130276 --HG-- extra : histedit_source : 540a925d3d3ff9e58a5e724375234ae41f4d07cb
This commit is contained in:
Родитель
b83467c7be
Коммит
1e0c7b80dc
|
@ -228,7 +228,7 @@ checkbox.treenode-checkbox > .checkbox-label-center-box > .checkbox-label-box >
|
|||
font-weight: 700;
|
||||
border-radius: 12px;
|
||||
min-width: auto;
|
||||
height: auto;
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
#calendar-list > li > button.calendar-enable-button:hover,
|
||||
|
|
|
@ -697,6 +697,7 @@ button.plain-button {
|
|||
* content. */
|
||||
display: inline grid;
|
||||
height: -moz-fit-content;
|
||||
min-height: auto;
|
||||
min-width: -moz-fit-content;
|
||||
border: none;
|
||||
background: none;
|
||||
|
|
Загрузка…
Ссылка в новой задаче