Merge "Allow user selection of file path in diff view"

This commit is contained in:
Wyatt Allen
2017-07-06 23:51:02 +00:00
committed by Gerrit Code Review

View File

@@ -143,6 +143,12 @@ limitations under the License.
display: block;
overflow: auto;
}
#trigger {
-moz-user-select: text;
-ms-user-select: text;
-webkit-user-select: text;
user-select: text;
}
@media screen and (max-width: 50em) {
header {
padding: .5em var(--default-horizontal-margin);