diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2019-07-28 10:21:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-28 10:21:12 +0200 |
| commit | 27670996b4ecac97d261f6f9e08c6db18b128429 (patch) | |
| tree | 8e37c9ca6abb9cb87c8d778938b9e366d6cf113a /print | |
| parent | d5e873f8c50789b94e24d27a30c72f65ba9c08a3 (diff) | |
Do not hide buttons in print preview (#499)
Diffstat (limited to 'print')
| -rw-r--r-- | print/resources/style.css | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/print/resources/style.css b/print/resources/style.css index 3e96e2ba..e1bb857a 100644 --- a/print/resources/style.css +++ b/print/resources/style.css @@ -629,15 +629,6 @@ body { pointer-events: none; } - figure.inksimulation div { - display: none; - } - - /* Display svg buttons only with svg hover */ - figure.inksimulation:hover > div { - display: block; - } - /* Color Swatches */ .color-palette { |
