2021-12-17 12:23:50 -05:00
|
|
|
/**
|
|
|
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
|
|
|
*
|
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
.red {
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
2022-01-22 08:26:35 -05:00
|
|
|
|
2022-01-15 03:33:09 -05:00
|
|
|
.red[aria-selected='true'] {
|
2021-12-17 12:23:50 -05:00
|
|
|
border-bottom-color: red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orange {
|
|
|
|
|
color: orange;
|
|
|
|
|
}
|
2022-01-22 08:26:35 -05:00
|
|
|
|
2022-01-15 03:33:09 -05:00
|
|
|
.orange[aria-selected='true'] {
|
2021-12-17 12:23:50 -05:00
|
|
|
border-bottom-color: orange;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.yellow {
|
|
|
|
|
color: yellow;
|
|
|
|
|
}
|
2022-01-22 08:26:35 -05:00
|
|
|
|
2022-01-15 03:33:09 -05:00
|
|
|
.yellow[aria-selected='true'] {
|
2021-12-17 12:23:50 -05:00
|
|
|
border-bottom-color: yellow;
|
|
|
|
|
}
|