Added transition to the approve/reject buttons in the notifications tab

This commit is contained in:
Niléane 2023-12-18 12:55:51 +01:00
parent 7d367943c9
commit 98164f1a67
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View file

@ -3628,6 +3628,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .notification .account__relationship .icon-button {
padding: 5px;
border-radius: 8px;
transition: background-color .2s;
}
.app-body .notification .account__relationship .icon-button:first-child {
background-color: rgba(121, 189, 154, 0.3);

View file

@ -3627,6 +3627,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .notification .account__relationship .icon-button {
padding: 5px;
border-radius: 8px;
transition: background-color .2s;
}
.app-body .notification .account__relationship .icon-button:first-child {
background-color: rgba(121, 189, 154, 0.3);

View file

@ -3627,6 +3627,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .notification .account__relationship .icon-button {
padding: 5px;
border-radius: 8px;
transition: background-color .2s;
}
.app-body .notification .account__relationship .icon-button:first-child {
background-color: rgba(121, 189, 154, 0.3);