修改BUG:增加Notify-row hover样式

This commit is contained in:
Argo-MacBookPro 2018-08-04 23:56:01 +08:00
parent b8d3fa7fc9
commit 165201b212
1 changed files with 10 additions and 8 deletions

View File

@ -25,6 +25,10 @@ a, a:hover, a:focus {
font-size: 0.875rem;
}
.dropdown-menu a {
transition: all .25s linear;
}
.dropdown-menu > li > a {
padding: 6px 20px;
display: block;
@ -50,10 +54,6 @@ a, a:hover, a:focus {
margin: 0 -15px;
}
.header a {
transition: all .25s linear;
}
.header > .dropdown {
margin-top: 7px;
float: right;
@ -243,7 +243,7 @@ a, a:hover, a:focus {
.notify-row .dropdown-menu {
width: 235px;
border: none;
margin-left: -72px;
margin-left: -74px;
margin-top: 12px;
}
@ -307,9 +307,10 @@ a, a:hover, a:focus {
font-size: 0.75rem;
}
.notify-row .dropdown-menu li a:hover {
color: #222;
}
.notify-row .dropdown-menu li:not(:last-child) a:hover {
color: #fff;
background-color: #4b9fd0;
}
.notify-row .dropdown-menu p {
color: #fff;
@ -338,6 +339,7 @@ a, a:hover, a:focus {
font-weight: bold;
float: right;
font-size: 0.75rem;
padding-right: 5px;
}
.notify-row .dropdown-menu.tasks-bar .desc {