From 237f7a05a472c3d3c9199b3b35c53b2a47fe0cd5 Mon Sep 17 00:00:00 2001 From: Harrys Ravalomanana Date: Wed, 1 Jul 2020 17:40:22 +0400 Subject: [PATCH] PHRAS-3148 --- .../thesaurus/images/caret-right-solid-grey.svg | 1 - .../www/thesaurus/images/caret-right-solid.svg | 1 - resources/www/thesaurus/styles/main.scss | 7 +------ templates/web/thesaurus/new-term.html.twig | 8 ++++---- templates/web/thesaurus/properties.html.twig | 15 +++++++++------ templates/web/thesaurus/thesaurus.html.twig | 8 ++++++-- 6 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 resources/www/thesaurus/images/caret-right-solid-grey.svg delete mode 100644 resources/www/thesaurus/images/caret-right-solid.svg diff --git a/resources/www/thesaurus/images/caret-right-solid-grey.svg b/resources/www/thesaurus/images/caret-right-solid-grey.svg deleted file mode 100644 index fdb08248f8..0000000000 --- a/resources/www/thesaurus/images/caret-right-solid-grey.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/resources/www/thesaurus/images/caret-right-solid.svg b/resources/www/thesaurus/images/caret-right-solid.svg deleted file mode 100644 index 3a94fb933c..0000000000 --- a/resources/www/thesaurus/images/caret-right-solid.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/resources/www/thesaurus/styles/main.scss b/resources/www/thesaurus/styles/main.scss index 11286f213e..f611bd69c0 100644 --- a/resources/www/thesaurus/styles/main.scss +++ b/resources/www/thesaurus/styles/main.scss @@ -301,12 +301,8 @@ H3, H4 { position: relative; text-decoration: none; color: #fff; - padding: 5px 6px 5px 16px; - background-image: url('#{$iconsPath}caret-right-solid.svg'); - background-size: 5px; - background-position: 5px; + padding: 5px 6px; background-color: #535353; - background-repeat: no-repeat; } @@ -326,7 +322,6 @@ H3, H4 { text-decoration: none; color: lighten(#535353, 10%); overflow: hidden; - background-image: url('#{$iconsPath}caret-right-solid-grey.svg'); } .menu A.disabled:hover { diff --git a/templates/web/thesaurus/new-term.html.twig b/templates/web/thesaurus/new-term.html.twig index 4151103aa2..9d50c4f9b5 100644 --- a/templates/web/thesaurus/new-term.html.twig +++ b/templates/web/thesaurus/new-term.html.twig @@ -52,9 +52,9 @@ {{ 'thesaurus:: selectionner la provenance a accepter' | trans }} {% endif %}
- +     - + {% else %} @@ -70,9 +70,9 @@ {{ prop_label }}
- +     - +
{% endif %} diff --git a/templates/web/thesaurus/properties.html.twig b/templates/web/thesaurus/properties.html.twig index 224679cec6..78510851a1 100644 --- a/templates/web/thesaurus/properties.html.twig +++ b/templates/web/thesaurus/properties.html.twig @@ -30,7 +30,7 @@ });