mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 21:33:43 +00:00
Bug 616437 - Text in details view of add-on should be selectable. r=Unfocused
This commit is contained in:
parent
910b3bc1bb
commit
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,
|
||||
|
Loading…
Reference in New Issue
Block a user