Skip to content

Commit 56deb5f

Browse files
committed
deleted duplicate profiles
1 parent 2bb0023 commit 56deb5f

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

popup-page-styles/popup-components.css

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -131,27 +131,8 @@ Key areas:
131131
/* ------------------------------------------------------------------------- */
132132
/* Export and Import Buttons */
133133
/* ------------------------------------------------------------------------- */
134-
#exportProfile,
135-
#importProfile {
136-
padding: 8px 16px;
137-
border: 1px solid var(--border-color);
138-
border-radius: 4px;
139-
background: #ffffff;
140-
color: var(--text-color);
141-
cursor: pointer;
142-
font-size: 14px;
143-
transition: background var(--transition-duration) ease, transform 0.2s ease, color var(--transition-duration) ease;
144-
}
145-
146-
#exportProfile:hover,
147-
#importProfile:hover {
148-
background: #e6e6e6;
149-
}
150-
151-
#exportProfile:active,
152-
#importProfile:active {
153-
transform: scale(0.98);
154-
}
134+
/* Removed redundant ID-specific styles for #exportProfile and #importProfile
135+
to inherit the base button styles from popup-buttons.css */
155136

156137
/* ------------------------------------------------------------------------- */
157138
/* Confirmation Dialog Styling */

0 commit comments

Comments
 (0)