blob: 054f45fc454b96cbe5904730f78bf1667c0cf8cc (
plain)
1
2
3
4
5
6
7
8
9
|
.mw-watched-item {
text-decoration: line-through;
}
.mw-watch-link-disabled {
pointer-events: none;
/* Fallback for older browsers not supporting pointer-events: none */
cursor: default;
}
|