[Rt-commit] rt branch, 4.6/remove-older-unused-images, updated. rt-4.4.4-711-g34ea8ea3cb

Blaine Motsinger blaine at bestpractical.com
Tue Jan 21 17:04:35 EST 2020


The branch, 4.6/remove-older-unused-images has been updated
       via  34ea8ea3cbd7c9bd184546474fa4e4622a6c9c79 (commit)
      from  23288013a7807d1e0cb84bcb39b326453a83d69d (commit)

Summary of changes:
 share/static/css/elevator-light/theme-editor.css |   2 +-
 share/static/images/eyedropper.png               | Bin 261 -> 0 bytes
 share/static/images/eyedropper.svg               |   2 ++
 3 files changed, 3 insertions(+), 1 deletion(-)
 delete mode 100644 share/static/images/eyedropper.png
 create mode 100644 share/static/images/eyedropper.svg

- Log -----------------------------------------------------------------
commit 34ea8ea3cbd7c9bd184546474fa4e4622a6c9c79
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Tue Jan 21 15:44:33 2020 -0600

    Replace the eyedropper png with svg

diff --git a/share/static/css/elevator-light/theme-editor.css b/share/static/css/elevator-light/theme-editor.css
index bdebe256ed..6f305ea0f1 100644
--- a/share/static/css/elevator-light/theme-editor.css
+++ b/share/static/css/elevator-light/theme-editor.css
@@ -64,6 +64,6 @@
 
 #logo-color-picker {
     display: none; /* unhidden by javascript */
-    cursor: url(../../../static/images/eyedropper.png), crosshair;
+    cursor: url(../../../static/images/eyedropper.svg), crosshair;
 }
 
diff --git a/share/static/images/eyedropper.png b/share/static/images/eyedropper.png
deleted file mode 100644
index fc0d388691..0000000000
Binary files a/share/static/images/eyedropper.png and /dev/null differ
diff --git a/share/static/images/eyedropper.svg b/share/static/images/eyedropper.svg
new file mode 100644
index 0000000000..df2633d074
--- /dev/null
+++ b/share/static/images/eyedropper.svg
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?>
+<svg width="18" height="18" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M1698 94q94 94 94 226.5t-94 225.5l-225 223 104 104q10 10 10 23t-10 23l-210 210q-10 10-23 10t-23-10l-105-105-603 603q-37 37-90 37h-203l-256 128-64-64 128-256v-203q0-53 37-90l603-603-105-105q-10-10-10-23t10-23l210-210q10-10 23-10t23 10l104 104 223-225q93-94 225.5-94t226.5 94zm-1186 1378l576-576-192-192-576 576v192h192z"/></svg>

-----------------------------------------------------------------------


More information about the rt-commit mailing list