[SSE] added 'function' button's icon

This commit is contained in:
Maxim Kadushkin 2019-12-04 13:38:27 +03:00
parent 59cd185590
commit 2e68bb0a32
4 changed files with 2 additions and 16 deletions

View file

@ -1,7 +1,7 @@
<div class="ce-group-name">
<input id="ce-cell-name" class="aslabel form-control" type="text">
<div id="ce-cell-name-menu"></div>
<button id="ce-func-label" type="button" class="btn small btn-toolbar"><i class="icon">&nbsp;</i></button>
<button id="ce-func-label" type="button" class="btn small btn-toolbar"><i class="icon toolbar__icon btn-function"></i></button>
</div>
<div class="ce-group-expand">
<button id="ce-btn-expand" type="button" class="btn"><span class="caret img-commonctrl">&nbsp;</span></button>

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 B

View file

@ -60,22 +60,8 @@
margin-left: -3px;
.border-radius(0);
.icon {
height: 14px;
margin-top: 3px;
background-position: 0px -1304px;
}
&:active:not(.disabled) {
.icon {
background-position: -20px -1304px;
}
}
&.disabled {
.icon {
opacity: 0.6;
}
opacity: 0.4;
}
}
}