Merge "Show copy for file names when focused as well"

This commit is contained in:
Tao Zhou
2020-05-25 12:17:41 +00:00
committed by Gerrit Code Review

View File

@@ -255,6 +255,8 @@ export const htmlTemplate = html`
}
}
.pathLink:hover gr-copy-clipboard,
.pathLink:focus gr-copy-clipboard,
.oldPath:focus gr-copy-clipboard,
.oldPath:hover gr-copy-clipboard {
visibility: visible;
}