Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
better_social_sharing_buttons
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
better_social_sharing_buttons
Commits
96a17c28
Commit
96a17c28
authored
7 months ago
by
joachim desarmenien
Committed by
Shelane French
7 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3454420
: Copy to clipboard popup has outline on focus
parent
3e1f324f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!18
Issue #3454420 by joachim-desarmenien : Copy to clipboard popup has outline on focus
Pipeline
#201242
passed with warnings
7 months ago
Stage: build
Stage: validate
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
css/better_social_sharing_buttons.css
+2
-2
2 additions, 2 deletions
css/better_social_sharing_buttons.css
with
2 additions
and
2 deletions
css/better_social_sharing_buttons.css
+
2
−
2
View file @
96a17c28
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment