File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
sass/themes/schemas/components/light Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ $material-grid-toolbar: extend(
107107/// Generates a fluent grid-toolbar schema.
108108/// @type {Map}
109109/// @prop {Map} background-color [color: 'surface'] - The toolbar background color.
110- /// @prop {Map} title-text-color [color: ('gray', 700)] - The toolbar title text color.
111110/// @requires {Map} $light-grid-toolbar
112111$fluent-grid-toolbar : extend (
113112 $light-grid-toolbar ,
@@ -116,13 +115,6 @@ $fluent-grid-toolbar: extend(
116115 color : ' surface' ,
117116 ),
118117
119- title- text- color: (
120- color : (
121- ' gray' ,
122- 700 ,
123- ),
124- ),
125-
126118 _meta: (
127119 theme: ' fluent' ,
128120 variant : ' light' ,
@@ -132,18 +124,11 @@ $fluent-grid-toolbar: extend(
132124
133125/// Generates a bootstrap grid-toolbar schema.
134126/// @type {Map}
135- /// @prop {Map} title-text-color [color: ('gray', 600)] - The toolbar title text color.
136127/// @prop {Map} border-color [color: ('gray', 100)] - The toolbar border-bottom color.
137128/// @requires {Map} $light-grid-toolbar
138129$bootstrap-grid-toolbar : extend (
139130 $light-grid-toolbar ,
140131 (
141- title- text- color: (
142- color : (
143- ' gray' ,
144- 600 ,
145- ),
146- ),
147132 border-color : (
148133 color : (
149134 ' gray' ,
You can’t perform that action at this time.
0 commit comments