File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed
Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments