mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Icon stuff
This commit is contained in:
6
dist/ionic.css
vendored
6
dist/ionic.css
vendored
@ -2031,12 +2031,6 @@ input[type="checkbox"][readonly] {
|
||||
a.button {
|
||||
text-decoration: none; }
|
||||
|
||||
.button-transparent {
|
||||
background: transparent; }
|
||||
|
||||
.button-clear [class^="icon-"] {
|
||||
font-size: 24px; }
|
||||
|
||||
.button-group {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
|
||||
6
dist/ionicIcons.css
vendored
6
dist/ionicIcons.css
vendored
@ -2101,12 +2101,6 @@ input[type="checkbox"][readonly] {
|
||||
a.button {
|
||||
text-decoration: none; }
|
||||
|
||||
.button-transparent {
|
||||
background: transparent; }
|
||||
|
||||
.button-clear [class^="icon-"] {
|
||||
font-size: 24px; }
|
||||
|
||||
.button-group {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
|
||||
@ -92,11 +92,3 @@
|
||||
a.button {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.button-transparent {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.button-clear [class^="icon-"] {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
@ -25,10 +25,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="bar bar-header bar-default">
|
||||
<a href="#" class="button button-primary button-clear"><i class="icon-star-filled"></i> Edit</a>
|
||||
<a href="#" class="button button-primary button-clear">Edit</a>
|
||||
<h2 class="title">Ionic</h2>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user