mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-28 17:06:02 +01:00
Dont make the page turn arrows red on click
This commit is contained in:
parent
bfa1fbba6f
commit
452e46c248
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
|||
ans += build_rule(sel + ':hover > .not-arrow', display='none')
|
||||
ans += build_rule(sel + ':active > .not-arrow', display='none')
|
||||
ans += build_rule(sel + ':hover > .arrow', display='block')
|
||||
ans += build_rule(sel + ':active > .arrow', color=get_color('window-hover-foreground'), display='block', transform='scale(2)')
|
||||
ans += build_rule(sel + ':active > .arrow', display='block', transform='scale(2)')
|
||||
return ans
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue