Drop legacy selector from Vector

This is no longer needed.

Change-Id: I537dbbcf007860f74feefe3b61f95561969344d6
This commit is contained in:
jdlrobson 2020-08-28 12:52:49 -07:00
parent fe4526e125
commit 287e577cfd
1 changed files with 0 additions and 4 deletions

View File

@ -118,10 +118,6 @@ body {
margin-top: @height-header;
}
// FIXME: Remove the body:not selector when
// skin-vector-search-header-legacy class is available in cached HTML
// i.e. deploy after I7f8059d43eaab49de362405784b34a4fe502c7b0 lands.
body:not( .skin-vector-search-header ) #p-personal,
.skin-vector-search-header-legacy #p-personal {
position: absolute;
top: @top-personal-tools;