public/stylesheets/matrix.css in pact_broker-2.90.0 vs public/stylesheets/matrix.css in pact_broker-2.91.0

- old
+ new

@@ -1,5 +1,10 @@ +:root { + /* See public/javascripts/set-css-asset-base-url.js */ + --clock-url: url('/images/clock.svg'); +} + div { /*border: 1px solid red;*/ } .selector { @@ -31,10 +36,10 @@ display: inline-block; } span.pre-verified-icon { color: #337ab7; - background-image: url('/images/clock.svg'); + background-image: var(--clock-url); background-repeat: no-repeat; display:inline-block; position: relative; width: 16px; height: 16px;