Updated hover state for the anchor dropdown

refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
Djordje Vlaisavljevic 2022-09-29 16:14:52 +02:00
parent 9e51ba0c31
commit 9fa48613de

View File

@ -1033,6 +1033,13 @@ Dashboard Zero */
/* ---------------------------------
Dashboard Attribution */
.gh-dashboard-select-title-attribution .gh-contentfilter-menu-trigger:hover {
cursor: pointer;
color: #394047;
background: transparent;
opacity: 0.6;
}
.gh-dashboard-attribution-grid {
display: grid;
grid-template-columns: 1fr 1fr;