Skip to content

Commit

Permalink
revert unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tprouvot committed Nov 22, 2024
1 parent fc09121 commit 5fe3766
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 445 deletions.
6 changes: 3 additions & 3 deletions addon/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
}
.copiedText {
font-family: "Salesforce Sans", Arial, sans-serif;
color: #28a745;
color: #28a745;
font-size: 0.875rem;
font-weight: 500;
line-height: 1;
Expand All @@ -140,9 +140,9 @@
vertical-align: middle;
animation: fadeOut 2s forwards;
}

@keyframes fadeOut {
to {
opacity: 0;
}
}
}
1 change: 0 additions & 1 deletion addon/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ function initButton(sfHost, inInspector) {
btn.tabIndex = 0;
btn.accessKey = "i";
btn.title = "Show Salesforce details (Alt+I / Shift+Alt+I)";
rootEl.style.height = iFrameLocalStorage.popupHeight ? iFrameLocalStorage.popupHeight + "px" : "450px";
rootEl.appendChild(btn);
loadPopup();
document.body.appendChild(rootEl);
Expand Down
177 changes: 0 additions & 177 deletions addon/components/LookupCombobox.js

This file was deleted.

Loading

0 comments on commit 5fe3766

Please sign in to comment.