Skip to content
Snippets Groups Projects
Commit 1993b321 authored by Shelane French's avatar Shelane French
Browse files

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

parent 0450e7a2
No related branches found
No related tags found
1 merge request!20Attempt to fix style lint errors
Pipeline #264357 passed
......@@ -24,22 +24,22 @@
position: absolute;
top: 0;
left: 50%;
display: none;
overflow: hidden;
height: 0;
padding: 4px;
transition: all .5s ease;
transition: all 0.5s ease;
transform: translate(-50%, -100%);
color: white;
border-radius: 3px;
background-color: black;
font-size: small;
display: none;
}
.social-sharing-buttons-popup.visible {
display: block;
overflow: unset;
height: auto;
display: block;
}
.social-sharing-buttons-popup::before {
......@@ -49,7 +49,7 @@
display: block;
width: 0;
height: 0;
content: '';
content: "";
transform: translate(-50%, 100%);
border-top: 10px solid black;
border-right: 10px solid transparent;
......
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