Skip to content
Snippets Groups Projects
Commit 8da3feff authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Updated context icons

parent 18ed8d04
No related branches found
No related tags found
No related merge requests found
...@@ -185,6 +185,12 @@ ...@@ -185,6 +185,12 @@
vertical-align: top vertical-align: top
margin-right: 16px margin-right: 16px
&.before > .inline-button:before
background-image: url(../icons/chevron-up.svg)
&.after > .inline-button:before
background-image: url(../icons/chevron-down.svg)
.context .context
display: block display: block
position: relative position: relative
......
...@@ -1065,6 +1065,10 @@ body { ...@@ -1065,6 +1065,10 @@ body {
background-size: cover; background-size: cover;
vertical-align: top; vertical-align: top;
margin-right: 16px; } margin-right: 16px; }
.results .buffer .container.before > .inline-button:before {
background-image: url(../icons/chevron-up.svg); }
.results .buffer .container.after > .inline-button:before {
background-image: url(../icons/chevron-down.svg); }
.results .buffer .container .context { .results .buffer .container .context {
display: block; display: block;
position: relative; } position: relative; }
......
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg"
version="1.1" width="24" height="24" viewBox="0 0 24 24">
<path d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z"
fill="#555"/>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg"
version="1.1" width="24" height="24" viewBox="0 0 24 24">
<path d="M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z"
fill="#555"/>
</svg>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment