Remove new class

50fd3a20281a4737317ca855af6772a271b7a4c5

Cohee <18619528+Cohee1207@users.noreply.github.com>

2 files changed, +1 -3Showing whitespace changes
public/css/popup.css+0 -2
@@ -149,12 +149,10 @@ body.no-blur .popup[open]::backdrop {
149149 box-shadow: 0 0 5px var(--white20a);
150150}
151151
152-.menu_button.primary,
153152.menu_button.popup-button-ok {
154153 background-color: var(--crimson70a);
155154}
156155
157-.menu_button.primary:hover,
158156.menu_button.popup-button-ok:hover {
159157 background-color: var(--crimson-hover);
160158}
public/scripts/extensions/connection-manager/index.js+1 -1
@@ -534,7 +534,7 @@ async function renderDetailsContent(detailsContent) {
534534 const newName = await callGenericPopup(template, POPUP_TYPE.INPUT, profile.name, {
535535 customButtons: [{
536536 text: 'Save and Update',
537537 classes: ['primarypopup-button-ok'],
538538 result: POPUP_RESULT.AFFIRMATIVE,
539539 action: () => {
540540 saveChanges = true;