Remove opacity from sublist header text, increase weight

This commit is contained in:
Travis Ralston 2020-06-25 15:19:03 -06:00
parent 129ff3a6e0
commit aacedfaf13

View file

@ -130,9 +130,9 @@ limitations under the License.
flex: 1;
max-width: calc(100% - 16px); // 16px is the badge width
text-transform: uppercase;
opacity: 0.5;
line-height: $font-16px;
font-size: $font-12px;
font-weight: 600;
// Ellipsize any text overflow
text-overflow: ellipsis;