Skip to content
Snippets Groups Projects
Verified Commit 3b45ec94 authored by David Beniamine's avatar David Beniamine
Browse files

More precise selector FIX #1

parent 6d1e3216
Branches
No related tags found
No related merge requests found
...@@ -401,11 +401,11 @@ input::-moz-focus-inner, button::-moz-focus-inner { ...@@ -401,11 +401,11 @@ input::-moz-focus-inner, button::-moz-focus-inner {
.module a.collapsed:after { .module a.btn.collapsed:after {
content: '+ Voir plus'; content: '+ Voir plus';
} }
.module a:not(.collapsed):after { .module a.btn:not(.collapsed):after {
content: '- Voir moins'; content: '- Voir moins';
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment