File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
packages/@adobe/spectrum-css-temp/components/barloader Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,9 @@ OF ANY KIND, either express or implied. See the License for the specific languag
1010governing permissions and limitations under the License.
1111*/
1212
13- : root {
13+ . spectrum-BarLoader {
1414 --spectrum-barloader-large-track-fill-color : var (--spectrum-accent-color-900 );
15- }
1615
17- .spectrum-BarLoader {
1816 .spectrum-BarLoader-fill {
1917 background : var (--spectrum-barloader-large-track-fill-color );
2018 }
@@ -69,6 +67,10 @@ governing permissions and limitations under the License.
6967 .spectrum-BarLoader-track {
7068 forced-color-adjust : none;
7169 --spectrum-barloader-large-track-fill-color : ButtonText;
70+ --spectrum-barloader-large-over-background-track-fill-color : ButtonText;
71+ --spectrum-meter-large-track-color-positive : ButtonText;
72+ --spectrum-meter-large-track-color-warning : ButtonText;
73+ --spectrum-meter-large-track-color-critical : ButtonText;
7274 --spectrum-barloader-large-track-color : ButtonFace;
7375 border : 1px solid ButtonText;
7476 }
You can’t perform that action at this time.
0 commit comments