1
0
Fork 0

fixed visual bug at notification menu

This commit is contained in:
Heiko Kernbach 2014-08-19 10:55:52 +02:00
parent e4a406def4
commit e894e50ce3
2 changed files with 8 additions and 0 deletions

View File

@ -39,6 +39,11 @@
.notificationItem { .notificationItem {
color: $c-black; color: $c-black;
.notificationItemTitle:hover {
color: black;
cursor: default;
}
i { i {
@extend %pull-left; @extend %pull-left;
@extend %clickable; @extend %clickable;

View File

@ -4598,6 +4598,9 @@ pre.gv-object-view {
margin-right: 5px; } margin-right: 5px; }
.fixedDropdown .notificationItem { .fixedDropdown .notificationItem {
color: black; } color: black; }
.fixedDropdown .notificationItem .notificationItemTitle:hover {
color: black;
cursor: default; }
.fixedDropdown .notificationItem i { .fixedDropdown .notificationItem i {
color: rgba(0, 0, 0, 0.2); color: rgba(0, 0, 0, 0.2);
font-size: 20px; font-size: 20px;