mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-34493 Improved internal mat-selectors (#10829)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -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';
|
Reference in New Issue
Block a user