Skip to content

Commit

Permalink
replace display: none with visibility: hidden (jaegertracing#584)
Browse files Browse the repository at this point in the history
Signed-off-by: Simeon Manolov <simeon.manolov@sumup.com>

Co-authored-by: Everett <everett980@gmail.com>
Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
  • Loading branch information
smanolloff and everett980 committed May 26, 2020
1 parent e7a227f commit 400af71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ limitations under the License.
}

.KeyValueTable--row:not(:hover) > .KeyValueTable--copyColumn > .KeyValueTable--copyIcon {
display: none;
visibility: hidden;
}

.KeyValueTable--row > td {
Expand Down

0 comments on commit 400af71

Please sign in to comment.