##// END OF EJS Templates
ui: make copy-path hidden for better UX.
ergo -
r4379:2c80c495 stable
parent child Browse files
Show More
@@ -911,6 +911,11 b' input.filediff-collapse-state {'
911 911 * {
912 912 box-sizing: border-box;
913 913 }
914
915 .on-hover-icon {
916 visibility: hidden;
917 }
918
914 919 .filediff-anchor {
915 920 visibility: hidden;
916 921 }
@@ -918,6 +923,9 b' input.filediff-collapse-state {'
918 923 .filediff-anchor {
919 924 visibility: visible;
920 925 }
926 .on-hover-icon {
927 visibility: visible;
928 }
921 929 }
922 930
923 931 .filediff-heading {
General Comments 0
You need to be logged in to leave comments. Login now