Commit e3d21463 authored by Mark Otto's avatar Mark Otto

fix rounded corners on copy buttons

parent 0222f2a2
This diff is collapsed.
This diff is collapsed.
......@@ -1401,7 +1401,7 @@ body {
color: #818a91;
cursor: pointer;
background-color: #eceeef;
border-radius: .2rem;
border-radius: 0 .2rem 0 .2rem;
}
.btn-clipboard-hover {
color: #fff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment