This has been moved to Vector in I8d5294a986d76574284419efc7d384fc954a86c8 Bug: T297579 Change-Id: Id75de20550de208c23d27842c0d2686521e59b5c
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';
|
|
}
|