This repository was archived by the owner on May 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
angular_components/lib/css Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,14 @@ $mat-icon-dark-focused: $mat-transparent-white;
7979$mat-icon-dark : $mat-light-transparent-white ;
8080$mat-icon-dark-inactive : $mat-lighter-transparent-white ;
8181
82+ // DEPRECATED; use icon colors, above.scss.
83+ $mat-icon-opacity : $mat-opacity-light ;
84+ $mat-icon-opacity-disabled : .38 ;
85+ $mat-icon-opacity-hover : $mat-opacity-strong ;
86+ $mat-icon-dark-opacity : 1 ;
87+ $mat-icon-dark-opacity-disabled : .30 ;
88+ $mat-icon-dark-opacity-hover : 1 ;
89+
8290/// Common colors for scrollbars.
8391/// Note: Prefer using @mixin material-scrollbars(...).
8492$mat-scrollbar-thumb : $mat-lightest-transparent-black ;
Original file line number Diff line number Diff line change 1010// #############################################################################
1111
1212@import ' package:angular_components/css/transition_material' ;
13+ @import ' package:angular_components/css/color_material' ;
1314
1415// Options that can be set before importing
1516$mat-option-inline-icons : false !default ;
@@ -21,15 +22,6 @@ $mat-option-export-partials: false !default;
2122$almost-zero : .0001 ;
2223$almost-one : 1 - $almost-zero ;
2324
24- // Deprecated; use icon colors, in _color.scss.
25- // TODO(google): remove.
26- $mat-icon-opacity : $mat-opacity-light ;
27- $mat-icon-opacity-disabled : .38 ;
28- $mat-icon-opacity-hover : $mat-opacity-strong ;
29- $mat-icon-dark-opacity : 1 ;
30- $mat-icon-dark-opacity-disabled : .30 ;
31- $mat-icon-dark-opacity-hover : 1 ;
32-
3325// Grid
3426$mat-grid : 8px ;
3527$mat-grid-type : 4px ;
You can’t perform that action at this time.
0 commit comments