Merge "styles: Replace more deprecated mixins"

This commit is contained in:
jenkins-bot 2022-05-19 23:27:07 +00:00 committed by Gerrit Code Review
commit e9cb96cde2
2 changed files with 2 additions and 2 deletions

View File

@ -67,6 +67,6 @@
outline: 0; outline: 0;
cursor: default; cursor: default;
pointer-events: none; pointer-events: none;
.transform-origin( 50% 50% ); transform-origin: 50% 50%;
} }
} }

View File

@ -19,7 +19,7 @@ body {
ul { ul {
// `list-style-image` sits on `ul` as it inherits and we don't need to worry about `ol`. // `list-style-image` sits on `ul` as it inherits and we don't need to worry about `ol`.
// No need for PNG fallback. Fallback is browser default (a smaller, also black, circle). // No need for PNG fallback. Fallback is browser default (a smaller, also black, circle).
.list-style-image( 'images/bullet-icon.svg' ); list-style-image: 'images/bullet-icon.svg';
} }
pre, pre,