Remove text transform on page header dropdowns

pull/1238/head
Alex P 2017-04-10 14:31:58 -07:00
parent bbe79f1fb4
commit c6a99fb400
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
width: auto;
border: 0;
background-color: transparent;
text-transform: uppercase;
text-transform: none;
padding-right: (11px + 12px); // caret width + offset
font-size: $page-header-size;
font-weight: $page-header-weight;