diff --git a/devtools/client/performance/modules/marker-dom-utils.js b/devtools/client/performance/modules/marker-dom-utils.js index 006b131717a5..69e896782a1b 100644 --- a/devtools/client/performance/modules/marker-dom-utils.js +++ b/devtools/client/performance/modules/marker-dom-utils.js @@ -225,7 +225,7 @@ exports.MarkerDOMUtils = { hbox.className = "marker-details-customcontainer"; let label = doc.createElement("label"); - label.className = "custom-button devtools-button"; + label.className = "custom-button"; label.setAttribute("value", "Show allocation triggers"); label.setAttribute("type", "show-allocations"); label.setAttribute("data-action", JSON.stringify({ diff --git a/devtools/client/themes/performance.css b/devtools/client/themes/performance.css index 5ed3b6352674..3ccfd6dc7843 100644 --- a/devtools/client/themes/performance.css +++ b/devtools/client/themes/performance.css @@ -695,6 +695,12 @@ .marker-details-customcontainer .custom-button { padding: 2px 5px; border-width: 1px; + color: var(--theme-highlight-blue); + text-decoration: none; +} + +.marker-details-customcontainer .custom-button:hover { + text-decoration: underline; } /**