mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add missing ;
Related feedback: - https://github.com/gorhill/uBlock/commit/e917213e81d4#commitcomment-39192290
This commit is contained in:
parent
35091e6d87
commit
edc55034d7
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ body.dirty #refresh {
|
|||
display: flex;
|
||||
}
|
||||
body.dirty #refresh:hover {
|
||||
fill: inherit
|
||||
fill: inherit;
|
||||
}
|
||||
|
||||
#tooltip {
|
||||
|
|
|
|||
Loading…
Reference in a new issue