Page MenuHomePhabricator

Recent Changes hack to simulate the new changes marker approach

Authored By
Pginer-WMF
Aug 7 2017, 10:29 AM
Size
307 B
Referenced Files
None
Subscribers
None

Recent Changes hack to simulate the new changes marker approach

.mw-rcfilters-ui-changesListWrapperWidget-previousChangesIndicator {
color: white !important;
height: 1px !important;
animation: 1s ease fadeBlue;
border-top-color: #c8ccd1 !important;
}
@keyframes fadeBlue {
60% {
border-top-color: #36c;
}
100% {
border-top-color: #c8ccd1;
}
}

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4826004
Default Alt Text
Recent Changes hack to simulate the new changes marker approach (307 B)

Event Timeline