Remove new class

50fd3a20281a4737317ca855af6772a271b7a4c5

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

2 files changed, +1 -3Ignore whitespace
public/css/popup.css+0 -2
@@ -149,12 +149,10 @@ body.no-blur .popup[open]::backdrop {
149 box-shadow: 0 0 5px var(--white20a);149 box-shadow: 0 0 5px var(--white20a);
150}150}
151151
152.menu_button.primary,
153.menu_button.popup-button-ok {152.menu_button.popup-button-ok {
154 background-color: var(--crimson70a);153 background-color: var(--crimson70a);
155}154}
156155
157.menu_button.primary:hover,
158.menu_button.popup-button-ok:hover {156.menu_button.popup-button-ok:hover {
159 background-color: var(--crimson-hover);157 background-color: var(--crimson-hover);
160}158}
public/scripts/extensions/connection-manager/index.js+1 -1
@@ -534,7 +534,7 @@ async function renderDetailsContent(detailsContent) {
534 const newName = await callGenericPopup(template, POPUP_TYPE.INPUT, profile.name, {534 const newName = await callGenericPopup(template, POPUP_TYPE.INPUT, profile.name, {
535 customButtons: [{535 customButtons: [{
536 text: 'Save and Update',536 text: 'Save and Update',
537 classes: ['primary'],537 classes: ['popup-button-ok'],
538 result: POPUP_RESULT.AFFIRMATIVE,538 result: POPUP_RESULT.AFFIRMATIVE,
539 action: () => {539 action: () => {
540 saveChanges = true;540 saveChanges = true;