Bug 1258177 - Make the list-item markers non-selectable. r=bz

MozReview-Commit-ID: GkkAknIA31t

--HG--
extra : rebase_source : 424b2b2821a158bae15bae7bb07d15ceb274c3fa
This commit is contained in:
Ting-Yu Lin 2016-03-20 17:26:02 +08:00
Родитель ffdfd4717f
Коммит 5a53907dfa
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -774,8 +774,6 @@ video > .caption-box {
details > summary::-moz-list-bullet {
list-style-type: disclosure-closed;
/* Prevent elements in summary being selected when clicking on the triangle. */
-moz-user-select: none;
}
details[open] > summary::-moz-list-bullet {

Просмотреть файл

@ -101,6 +101,8 @@
display: inline;
vertical-align: baseline;
font-variant-numeric: tabular-nums;
/* Prevent the element from being selected when clicking on the marker. */
-moz-user-select: none;
}
/* SVG documents don't always load this file but they do have links.