mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
fix rounded corners on copy buttons
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user