Change notification permission handling (#15176)
* Change notification permission handling - allow changing individual alert settings even if permission is not explicitly enabled (asks for permission on toggle) - persist permission request banner dismissal across sessions through settings * Add additional, more discrete message to grant permissions * Change permission granting button design according to reviews Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
8357969559
commit
79efcf8aad
8 changed files with 51 additions and 22 deletions
|
@ -3459,6 +3459,12 @@ a.status-card.compact:hover {
|
|||
}
|
||||
}
|
||||
|
||||
.column-header__permission-btn {
|
||||
display: inline;
|
||||
font-weight: inherit;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.column-header__setting-arrows {
|
||||
float: right;
|
||||
|
||||
|
@ -3857,7 +3863,7 @@ a.status-card.compact:hover {
|
|||
}
|
||||
|
||||
.column-settings__row {
|
||||
.text-btn {
|
||||
.text-btn:not(.column-header__permission-btn) {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue