mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 00:59:51 +02:00
Revert "Update look and feel of examples and copy buttons"
This reverts commit cdf56e0eef
.
This commit is contained in:
@@ -18,21 +18,20 @@
|
||||
|
||||
.btn-clipboard {
|
||||
position: absolute;
|
||||
top: .35rem;
|
||||
right: .5rem;
|
||||
top: .65rem;
|
||||
right: .65rem;
|
||||
z-index: 10;
|
||||
display: block;
|
||||
padding: .25rem .5rem;
|
||||
@include font-size(.75em);
|
||||
color: $gray-700;
|
||||
user-select: none;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
@include font-size(.65em);
|
||||
color: $primary;
|
||||
background-color: $white;
|
||||
border: 1px solid;
|
||||
@include border-radius();
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: $gray-900;
|
||||
background-color: $gray-200;
|
||||
color: $white;
|
||||
background-color: $primary;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user