Page tools: Hide dropdown when not pinned

Follow up to I85aec387f87126a17e760fd9fd10e10572ff3152

Bug: T318013
Change-Id: I095ecf0333c7181d0a2d81902faed309b1d56da6
This commit is contained in:
Jon Robson 2022-11-30 16:17:00 -08:00 committed by Jdlrobson
parent 27bb20e37d
commit ded2784f0c

View file

@ -1,6 +1,6 @@
// Ensure there is only 1 page tools landmark at anytime // Ensure there is only 1 page tools landmark at anytime
.vector-page-tools-landmark { .vector-page-tools-landmark {
.vector-page-tools-pinned #vector-page-tools-unpinned-container &, .vector-page-tools-pinned .vector-page-toolbar-container &,
.vector-page-tools-unpinned #vector-page-tools-pinned-container & { .vector-page-tools-unpinned #vector-page-tools-pinned-container & {
display: none; display: none;
} }