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