Skip to content
Snippets Groups Projects
Commit ee3c38f6 authored by Jacques R. Blier's avatar Jacques R. Blier
Browse files

Issue #3479019: Missing CSS specificity and wrong separator color in Blackstone

Also removed properties that are not changed or overriden
parent 8d0f9940
No related branches found
No related tags found
1 merge request!2Issue #3479019: Missing CSS specificity and wrong separator color in Blackstone
......@@ -28,9 +28,7 @@
color: #4E4943;
}
#admin-toolbar .admin-toolbar__content .toolbar-block:nth-last-child(n+2)::after {
margin-top: var(--admin-toolbar-space-8);
content: "";
#admin-toolbar .xnavigation-blackstone .toolbar-block:nth-last-child(n+2)::after {
border-top: 2px solid #43352C;
}
......@@ -80,9 +78,7 @@
color: #74563B;
}
#admin-toolbar .admin-toolbar__content .toolbar-block:nth-last-child(n+2)::after {
margin-top: var(--admin-toolbar-space-8);
content: "";
#admin-toolbar .xnavigation-slate .toolbar-block:nth-last-child(n+2)::after {
border-top: 2px solid #2D4459;
}
......
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