fix: Adds a separate css class for thumbnail menu

This commit is contained in:
yanas 2016-11-08 11:45:28 -06:00 committed by GitHub
parent fc3e0147e0
commit 92df64f706
1 changed files with 4 additions and 1 deletions

View File

@ -55,6 +55,9 @@
.icon-kick:before {
content: "\e904";
}
.icon-menu:before {
content: "\e91f";
}
.icon-menu-up:before {
content: "\e91f";
}
@ -133,4 +136,4 @@
// FIXME not used anymore - consider removing in the next font update
.icon-presentation:before {
content: "\e603";
}
}