зеркало из https://github.com/mozilla/gecko-dev.git
Bug 616437 - Text in details view of add-on should be selectable. r=Unfocused
This commit is contained in:
Родитель
910b3bc1bb
Коммит
d6939e07f3
|
@ -195,6 +195,9 @@ setting[type="menulist"] {
|
|||
.addon .relnotes {
|
||||
-moz-user-select: text;
|
||||
}
|
||||
#detail-name, #detail-desc, #detail-fulldesc {
|
||||
-moz-user-select: text;
|
||||
}
|
||||
|
||||
/* Make sure we're not animating hidden images. See bug 623739. */
|
||||
#view-port:not([selectedIndex="0"]) #discover-view .loading,
|
||||
|
|
Загрузка…
Ссылка в новой задаче