Skip to content

Commit cc62b06

Browse files
Tabular icons change
1 parent 43229b5 commit cc62b06

10 files changed

+17
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iknow-entity-browser",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"description": "Visualizer for iKnow entities",
55
"main": "gulpfile.babel.js",
66
"scripts": {
376 Bytes
Binary file not shown.

src/static/fonts/iknowentitybrowsericons.svg

+2
Loading
376 Bytes
Binary file not shown.
260 Bytes
Binary file not shown.

src/static/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</div>
105105
<div class="controls">
106106
<label>
107-
<i id="exportCSV" class="ui icon-share"></i>
107+
<i id="exportCSV" class="ui icon-download"></i>
108108
</label>
109109
</div>
110110
<div class="wrapper">

src/static/scss/icons-all.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
&.ui { font-size: 28px; }
1111
&:hover { color: $colorA; }
1212
&.toggled {
13-
color: $colorA;
14-
&:hover { color: black; }
13+
color: $colorD;
14+
&:hover { color: $colorA; }
1515
}
1616
&.disabled {
1717
color: gray;

src/static/scss/icons.scss

+6
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,9 @@
109109
.icon-arrow-right:before {
110110
content: "\77";
111111
}
112+
.icon-download:before {
113+
content: "\78";
114+
}
115+
.icon-close-table:before {
116+
content: "\79";
117+
}

src/static/scss/interface.scss

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
z-index: $zIndexInterface;
1010

1111
&.toggled {
12-
left: 7px;
12+
left: 9px;
13+
&:before {
14+
content: "\79";
15+
}
1316
}
1417

1518
}

src/static/scss/tabular.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $headerHeight: 36px;
2323

2424
> .controls {
2525
position: relative;
26-
padding-left: 40px;
26+
padding-left: 42px;
2727
top: 5px;
2828
}
2929

0 commit comments

Comments
 (0)