[#7694] don't reset the records list pagination on record update
This commit is contained in:
+2
-1
@@ -161,7 +161,6 @@ button {
|
||||
&.danger {
|
||||
color: var(--dangerColor);
|
||||
}
|
||||
&.accent,
|
||||
&.secondary,
|
||||
&.info,
|
||||
&.success,
|
||||
@@ -283,12 +282,14 @@ button {
|
||||
}
|
||||
}
|
||||
|
||||
&[data-rotate="true"],
|
||||
&.rotate {
|
||||
i {
|
||||
animation: halfRotate 300ms;
|
||||
}
|
||||
}
|
||||
|
||||
&[data-loading="true"],
|
||||
&.loading {
|
||||
cursor: default;
|
||||
&::after {
|
||||
|
||||
Reference in New Issue
Block a user