Remove unneeded selector

Has been added in 8db5779682, but there's no `span` as direct child
of the watchstar `a` (any more).

Change-Id: I989cfd0c1fe30a0b4821f79e1d9377b8d888c24b
This commit is contained in:
Volker E 2019-09-30 00:07:17 -07:00
parent e3f9cdcf70
commit 1d7c3fac99
1 changed files with 0 additions and 5 deletions

View File

@ -49,9 +49,4 @@
-webkit-transform-origin: 50% 57%;
transform-origin: 50% 57%;
}
#ca-unwatch.icon a span,
#ca-watch.icon a span {
display: none;
}
}