Skip to content
Snippets Groups Projects
Unverified Commit 4e12132e authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

Fix issues with clipboard button for local link in sidebar

parent bb1d503f
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,13 @@ ...@@ -15,7 +15,13 @@
#app-sidebar .mainFileInfoView .permalink { #app-sidebar .mainFileInfoView .permalink {
padding: 6px 10px; padding: 6px 10px;
vertical-align: text-top; vertical-align: top;
opacity: .6;
&:hover,
&:focus {
opacity: 1;
}
} }
#app-sidebar .mainFileInfoView .permalink-field>input { #app-sidebar .mainFileInfoView .permalink-field>input {
clear: both; clear: both;
...@@ -87,7 +93,7 @@ ...@@ -87,7 +93,7 @@
} }
#app-sidebar .fileName h3 { #app-sidebar .fileName h3 {
width: calc(100% - 36px); /* 36px is the with of the copy link icon */ width: calc(100% - 42px); /* 36px is the with of the copy link icon, but this breaks so we add some more to be sure */
display: inline-block; display: inline-block;
padding: 5px 0; padding: 5px 0;
margin: -5px 0; margin: -5px 0;
......
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