UX: Add hover style to refresh-page dismiss button (#15711)

Also fixes icon size and position
This commit is contained in:
Jarek Radosz 2022-02-01 20:04:46 +01:00 committed by GitHub
parent 2e74f1dd28
commit 82a46beecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,12 @@
.update-prompt-message {
cursor: pointer;
padding: 0.75em 0;
.d-icon {
margin-right: 0.33em;
font-size: 0.9em;
}
span {
text-decoration: underline;
}
@ -35,17 +41,15 @@
span {
cursor: pointer;
display: inline;
height: 100%;
display: flex;
align-items: center;
padding-left: 20px;
}
}
.d-icon {
margin-right: 0.33em;
font-size: 0.9em;
&:hover {
color: var(--tertiary-hover);
}
}
}
&.require-software-refresh {