Skip to content
Snippets Groups Projects
Commit 68e34c33 authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'redmine-issues/14484' into 'develop'

REDMINE_ISSUE-14484|Défilement signalements filtrés - popup window.confirm à supprimer

See merge request geocontrib/geocontrib-frontend!462
parents 12b676a7 a361e109
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@
<span
v-if="featuresCount"
id="feature-count"
class="ui button tiny-margin basic"
class="ui button tiny-margin basic disabled no-opacity"
>
{{ parseInt($route.query.offset) + 1 }} sur {{ featuresCount }}
</span>
......@@ -285,6 +285,9 @@ export default {
#feature-actions > div {
margin-left: .5rem;
}
#feature-actions .no-opacity {
opacity: 1 !important; /* overide disabled low opacity to customize button style */
}
@media screen and (max-width: 700px) {
.two-block {
......
......@@ -396,6 +396,7 @@ export default {
},
leavePage() {
this.isLeaving = false;
this.next();
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment