re-use normal bg in update tooltip when locally edited
This commit is contained in:
parent
f08312ab00
commit
af365568fb
|
@ -332,9 +332,12 @@ summary {
|
||||||
}
|
}
|
||||||
|
|
||||||
.newUI .can-update .update:after {
|
.newUI .can-update .update:after {
|
||||||
|
animation: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.newUI .can-update:not([data-details$="locally edited"]) .update:after {
|
||||||
background-color: #c0fff0;
|
background-color: #c0fff0;
|
||||||
border: 1px solid #89cac9;
|
border: 1px solid #89cac9;
|
||||||
animation: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.newUI .applies-to {
|
.newUI .applies-to {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user