Skip to content

Instantly share code, notes, and snippets.

@barmmie
Created May 4, 2015 12:24
Show Gist options
  • Select an option

  • Save barmmie/e6b2dbc6a18d1b20ab8f to your computer and use it in GitHub Desktop.

Select an option

Save barmmie/e6b2dbc6a18d1b20ab8f to your computer and use it in GitHub Desktop.
Ionic add caret
a.item:after, button.item:after, .item[href] .item-content:after, .item[ng-click] .item-content:after {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
position: absolute;
top: 0;
right: 11px;
height: 100%;
color: #ccc;
content: "\f125";
text-transform: none;
font-weight: normal;
font-style: normal;
font-variant: normal;
font-size: 16px;
font-family: 'Ionicons';
line-height: 1;
speak: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment