Remove opacity from sublist header text, increase weight

pull/21833/head
Travis Ralston 2020-06-25 15:19:03 -06:00
parent 129ff3a6e0
commit aacedfaf13
1 changed files with 1 additions and 1 deletions

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;