diff options
author | Joas Schilling <coding@schilljs.com> | 2017-08-03 17:27:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-03 17:27:24 +0200 |
commit | 9abbd6ab1348baafb7608135c76a30f8f2caf455 (patch) | |
tree | 484768ce0c7a71512b36c3e64fa695ace7b6ccb8 /core/css/icons.scss | |
parent | bb865a55febe7b712a0e6cc7e1e93034f60a0e8b (diff) | |
download | nextcloud-server-9abbd6ab1348baafb7608135c76a30f8f2caf455.tar.gz nextcloud-server-9abbd6ab1348baafb7608135c76a30f8f2caf455.zip |
Revert "Proof of concept #5593 - inline SVG icon for icon-contacts"
Diffstat (limited to 'core/css/icons.scss')
-rw-r--r-- | core/css/icons.scss | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/core/css/icons.scss b/core/css/icons.scss index e694d807ba5..b2702a29950 100644 --- a/core/css/icons.scss +++ b/core/css/icons.scss @@ -18,20 +18,6 @@ background-position: center; min-width: 16px; min-height: 16px; - display: inline-flex; - align-self: center; - position: relative; -} - -[class^='icon-'] svg, -[class*=' icon-'] svg { - height: 16px; - width: 16px; - vertical-align: -3px; // counter default DOM offset -} - -.icon-white svg path { - fill: $color-primary-text; } .icon-breadcrumb { @@ -459,6 +445,14 @@ img, object, video, button, textarea, input, select { background-image: url('../img/places/calendar-dark.svg?v=1'); } +.icon-contacts { + background-image: url('../img/places/contacts.svg?v=1'); +} + +.icon-contacts-dark { + background-image: url('../img/places/contacts-dark.svg?v=1'); +} + .icon-files { background-image: url('../img/places/files.svg?v=1'); } |