Skip to content

Commit 9469a09

Browse files
V48 (impl-only): Make notification pulse rings square
Match the square bell chrome and nav tiles instead of circular rings.
1 parent daa1563 commit 9469a09

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

uapi/styles/notifications-widget.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,10 @@
113113
}
114114
}
115115

116-
/* Orbital Rings */
117-
/* Orbital rings – shared base */
116+
/* Orbital rings — square pulse frames (match square bell chrome / nav tiles) */
118117
.orbital-bell-ring {
119118
position: absolute;
120-
border-radius: 50%;
119+
border-radius: 0;
121120
border: 1px solid rgba(103, 254, 183, 0.35);
122121
width: calc(100% + var(--ring-index, 0) * 10px);
123122
height: calc(100% + var(--ring-index, 0) * 10px);

0 commit comments

Comments
 (0)