зеркало из https://github.com/mozilla/gecko-dev.git
fix typo that caused the CSS declaration to be ignored -- comments in CSS must be delimited with /* */ and not //
This commit is contained in:
Родитель
0a44f564cd
Коммит
14a3ec20d9
|
@ -298,7 +298,7 @@ mtd {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
// Don't support mtr without mtable, nor mtd without mtr
|
||||
/* Don't support mtr without mtable, nor mtd without mtr */
|
||||
:not(mtable) > mtr,
|
||||
:not(mtr) > mtd {
|
||||
display: none !important;
|
||||
|
|
Загрузка…
Ссылка в новой задаче