mirror of https://gitee.com/bigwinds/arangodb
fixed visual bug at notification menu
This commit is contained in:
parent
e4a406def4
commit
e894e50ce3
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue