diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2019-11-25 17:43:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 17:43:31 +0100 |
commit | 7ccb70487b114efc9384d5f5a7318fe51bb0d3ee (patch) | |
tree | acc9d9586e5817eb38496bd17609bbcc3bd8765a | |
parent | b1dffc5c2dd17216c87788bf36b8e15b45be2241 (diff) | |
parent | 27d68b4f9048b4a22bd9ab39b180c6e28ccc8d79 (diff) | |
download | nextcloud-server-7ccb70487b114efc9384d5f5a7318fe51bb0d3ee.tar.gz nextcloud-server-7ccb70487b114efc9384d5f5a7318fe51bb0d3ee.zip |
Improve tag icon (#18109)
Improve tag icon
-rw-r--r-- | core/css/icons.scss | 2 | ||||
-rw-r--r-- | core/img/actions/tag.png | bin | 396 -> 380 bytes | |||
-rw-r--r-- | core/img/actions/tag.svg | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/core/css/icons.scss b/core/css/icons.scss index ca6314d5001..0c27da5fcf8 100644 --- a/core/css/icons.scss +++ b/core/css/icons.scss @@ -295,7 +295,7 @@ img, object, video, button, textarea, input, select, div[contenteditable='true'] } } -@include icon-black-white('tag', 'actions', 1, true); +@include icon-black-white('tag', 'actions', 2, true); @include icon-black-white('timezone', 'actions', 1, true); @include icon-black-white('toggle', 'actions', 1, true); @include icon-black-white('toggle-background', 'actions', 1, true); diff --git a/core/img/actions/tag.png b/core/img/actions/tag.png Binary files differindex 981e043eb60..b96254c959e 100644 --- a/core/img/actions/tag.png +++ b/core/img/actions/tag.png diff --git a/core/img/actions/tag.svg b/core/img/actions/tag.svg index a13909ed9b5..da76790cfdc 100644 --- a/core/img/actions/tag.svg +++ b/core/img/actions/tag.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 16 16" width="16" height="16"><path d="m1 1.5v4.5l8.85 8.888c0.1606 0.1613 0.43 0.1463 0.6044-0.0281l4.405-4.405c0.1744-0.1744 0.189-0.4434 0.028-0.6044l-8.888-8.85h-4.5c-0.28-0-0.5 0.2201-0.5 0.5zm2.3 1.8c0.5-0.5 1.3-0.5 1.8 0s0.5 1.3 0 1.8-1.3 0.5-1.8 0-0.5-1.3 0-1.8z"/></svg> +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M1.55 1c-.15 0-.29.06-.39.16-.1.1-.16.24-.16.4v5.18c0 .16.07.3.17.4l7.68 7.68a.6.6 0 00.86 0l5.11-5.1a.6.6 0 000-.87L7.14 1.18a.57.57 0 00-.4-.18H1.55zM4.5 3A1.5 1.5 0 016 4.5 1.5 1.5 0 014.5 6 1.5 1.5 0 013 4.5 1.5 1.5 0 014.5 3z"/></svg>
\ No newline at end of file |