Changed post menu label to just be [...] regardless of whether or not the user is hovering over it

Этот коммит содержится в:
hmhealey
2015-07-21 17:35:14 -04:00
родитель 7a8ed5cf05
Коммит bd4fd876a8

Просмотреть файл

@@ -215,9 +215,6 @@ body.ios {
@include opacity(1);
}
.dropdown-toggle:after {
content: '...';
}
.dropdown-toggle:hover:after {
content: '[...]';
}
}
@@ -437,4 +434,4 @@ body.ios {
width: 40px;
}
}
}
}