0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 07:41:43 -05:00

Add gray background to the X-axis ruler.

Signed-off-by: Sean Loughman <sean@studiospring.com.au>
This commit is contained in:
Sean Loughman 2017-03-10 09:55:15 +11:00 committed by Andrey Antukh
parent b313aa47ce
commit e81f9cc6b3
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -139,6 +139,9 @@
[:svg.horizontal-rule
{:width c/viewport-width
:height 20}
[:rect {:height 20
:width c/viewport-width
:fill "rgb(233, 234, 235)"}]
[:g {:transform (str "translate(" translate-x ", 0)")}
(horizontal-rule-ticks zoom)]]))