зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1618903 - Stack grid item rule shouldn't apply to anonymous children. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D64786 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
aac08c9008
Коммит
f8f69f8ceb
|
@ -383,7 +383,8 @@ stack {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
stack > *|* {
|
||||
/* We shouldn't style native anonymous children like scrollbars or what not */
|
||||
stack > *|*:not(:-moz-native-anonymous) {
|
||||
grid-area: 1 / 1;
|
||||
z-index: 0;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче