public/stylesheets/matrix.css in pact_broker-2.76.2 vs public/stylesheets/matrix.css in pact_broker-2.77.0
- old
+ new
@@ -68,26 +68,5 @@
.field {
display: flex;
justify-content: flex-start;
}
-
-span.copy-icon {
- background-image: url('/images/copy.svg');
- background-size: 16px 16px;
- background-repeat: no-repeat;
- display:block;
- position: relative;
- width: 16px;
- height: 16px;
- cursor: pointer;
-}
-
-span.copy-success-icon {
- background-image: url('/images/check.svg');
- background-size: 16px 16px;
- background-repeat: no-repeat;
- display:block;
- position: relative;
- width: 16px;
- height: 16px;
-}