Skip to content

Commit 11cb819

Browse files
committed
Remove individual form item hover effects from Push Notifications panel - glow only on containers
1 parent e64e229 commit 11cb819

1 file changed

Lines changed: 1 addition & 31 deletions

File tree

src/components/settings/panels/PushNotificationPanel.styles.ts

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -17,40 +17,10 @@ export const PanelWrapper = styled.div`
1717
margin: 1.5rem 0;
1818
}
1919
20-
/* Subtle form item hover effect */
20+
/* Remove hover effects from form items - no glow on individual items */
2121
.ant-form-item {
22-
transition: background 0.3s ease;
2322
padding: 0.75rem;
2423
border-radius: 6px;
2524
margin-bottom: 0.75rem;
26-
27-
&:hover {
28-
background: rgba(0, 255, 255, 0.02);
29-
}
30-
}
31-
32-
/* Input hover effects to match cyan theme */
33-
.ant-input,
34-
.ant-input-number,
35-
.ant-select-selector,
36-
.ant-input-password {
37-
transition: all 0.3s ease;
38-
39-
&:hover:not(:focus) {
40-
border-color: rgba(0, 255, 255, 0.3) !important;
41-
}
42-
43-
&:focus,
44-
&:focus-within {
45-
border-color: rgba(0, 255, 255, 0.5) !important;
46-
box-shadow: 0 0 0 2px rgba(0, 255, 255, 0.1) !important;
47-
}
48-
}
49-
50-
/* Switch hover effects */
51-
.ant-switch {
52-
&:hover:not(.ant-switch-disabled) {
53-
background-color: rgba(0, 255, 255, 0.3);
54-
}
5525
}
5626
`;

0 commit comments

Comments
 (0)