mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 22:35:45 +00:00
fix(VisualEditor): don't merge edit buttons when JS is disabled (#696)
This commit is contained in:
parent
3505c1fa33
commit
69a6350de3
|
@ -204,7 +204,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Merge two buttons together
|
// Merge two buttons together
|
||||||
.citizen-ve-edit-merged {
|
.client-js .citizen-ve-edit-merged {
|
||||||
&#ca-ve-edit {
|
&#ca-ve-edit {
|
||||||
> a {
|
> a {
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
|
|
Loading…
Reference in a new issue