mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 13:41:03 +08:00
UX: Add hover style to refresh-page dismiss button (#15711)
Also fixes icon size and position
This commit is contained in:
parent
2e74f1dd28
commit
82a46beecb
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user