Most of the skin styles are no longer needed for modern Vector. This refactors them so that they only apply to legacy vector, reducing the overrides needed inside Vector. Depends-On: I1edee874a42b070bc319648496ae80a01b6365fb Bug: T289630 Change-Id: Ic5ab5172d881c48caae6bb3691ccc95515dcdcdb
10 lines
215 B
Plaintext
10 lines
215 B
Plaintext
// Resets the background set in jquery.uls for Modern Vector
|
|
.vector-user-links .uls-trigger {
|
|
background: none;
|
|
}
|
|
|
|
// Applies old styling rules to legacy Vector
|
|
.skin-vector-legacy {
|
|
@import 'ext.uls.pt.less';
|
|
}
|