[Search] Clear icon tweaks

Comments and CSS. Still not clickable.
This commit is contained in:
slhale
2015-08-12 11:20:02 -07:00
parent 515470fa6a
commit a76e54483a
3 changed files with 33 additions and 42 deletions

View File

@@ -77,17 +77,21 @@
opacity: 0;
}
.clear-button {
.clear-icon {
color: $colorItemFg;
font-size: 6px;
float: right;
margin-right: 4px;
margin-top: 2px;
margin-right: 2px;
margin-top: -2px;
padding: 4px;
&.content {
// Make button visible only when there is text input
}
//temp
cursor: crosshair;
}
}