AAE-34493 Improved internal mat-selectors (#10829)

This commit is contained in:
Denys Vuika
2025-04-28 11:17:36 -04:00
committed by GitHub
parent dc35ef8a6f
commit b1113c51a7
104 changed files with 1131 additions and 544 deletions

View File

@@ -1,4 +1,4 @@
@import 'styles/mat-selectors';
@use '../../mat-selectors' as ms;
.adf-buttons-menu {
margin-right: 10px;
@@ -23,7 +23,7 @@
display: none;
}
button > #{$material-icons} {
button > #{ms.$material-icons} {
color: black;
margin: 0 10px;
}

View File

@@ -0,0 +1,3 @@
/* Variables in this file are used in the Angular Material library. Do not modify them unless you know what you are doing. */
$material-icons: '.material-icons';