display notification in dev hub on the header (bug 863472)
This commit is contained in:
Родитель
a2c14ae7e7
Коммит
8c8a7a1b30
|
@ -21,6 +21,14 @@ faded-border() {
|
|||
}
|
||||
}
|
||||
|
||||
.landing .notification-box {
|
||||
cursor: pointer;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 930px;
|
||||
z-index: 300;
|
||||
}
|
||||
|
||||
#landing-page {
|
||||
color: $medium-gray;
|
||||
font-size: 14px;
|
||||
|
|
|
@ -87,4 +87,8 @@
|
|||
|
||||
self.parent().toggleClass('active');
|
||||
});
|
||||
|
||||
$('.notification-box').on('click', function() {
|
||||
$(this).addClass('hidden');
|
||||
});
|
||||
})();
|
||||
|
|
Загрузка…
Ссылка в новой задаче