Change selector vectorTabs => vector-menu-tabs

the former is no longer present
note: i assume the style is still needed, I have
not tested

Bug: T255718
Change-Id: I4e7851362fc0d64097aeff5ec1535f8fe7480682
This commit is contained in:
jdlrobson 2020-10-15 07:23:19 -07:00 committed by Jdlrobson
parent bc00119ffb
commit 80415f3b0f

View file

@ -8,7 +8,7 @@
/* stylelint-disable unit-blacklist */
/* stylelint-disable-next-line selector-class-pattern */
.ve-activated .vectorTabs .selected {
.ve-activated .vector-menu-tabs .selected {
box-shadow: inset 0 -1px 0 #e1f1fc;
}