mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-27 10:04:52 +00:00
fix(web): shimmer of announcement bar (#14651)
This commit is contained in:
parent
00fcd48b3f
commit
5b9c38c8f2
@ -162,7 +162,7 @@ div[class^="announcementBar"] {
|
|||||||
&::before {
|
&::before {
|
||||||
content: '';
|
content: '';
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
background: conic-gradient(from var(--electric-wire-angle, 0deg), transparent, rgba(255, 255, 255, 0.751) 5%, transparent 20%);
|
background: conic-gradient(from var(--electric-wire-angle), transparent, rgba(255, 255, 255, 0.751) 5%, transparent 20%);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user