Skip to content
Snippets Groups Projects
Commit 96a17c28 authored by joachim desarmenien's avatar joachim desarmenien Committed by Shelane French
Browse files

Issue #3454420: Copy to clipboard popup has outline on focus

parent 3e1f324f
No related branches found
No related tags found
1 merge request!18Issue #3454420 by joachim-desarmenien : Copy to clipboard popup has outline on focus
Pipeline #201242 passed with warnings
......@@ -29,17 +29,17 @@
padding: 4px;
transition: all .5s ease;
transform: translate(-50%, -100%);
opacity: 0;
color: white;
border-radius: 3px;
background-color: black;
font-size: small;
display: none;
}
.social-sharing-buttons-popup.visible {
overflow: unset;
height: auto;
opacity: 1;
display: block;
}
.social-sharing-buttons-popup::before {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment