Skip to content

Commit

Permalink
replace display: none with visibility: hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
smanolloff committed May 25, 2020
1 parent 3335512 commit bd852b5
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 bd852b5

Please sign in to comment.