Make brand preset subtitle normal weight

This commit is contained in:
Quincy Morgan
2020-01-03 12:32:23 -05:00
parent 0a3b3df80c
commit dd2ad8f70e

View File

@@ -1157,6 +1157,9 @@ a.hide-toggle {
text-overflow: ellipsis;
overflow: hidden;
}
.preset-list-button .label-inner .namepart:nth-child(2) {
font-weight: normal;
}
.preset-list-button:hover .label,
.preset-list-button:focus .label,