mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
moved button-group to button-bar
This commit is contained in:
64
dist/css/ionic-ios7.css
vendored
64
dist/css/ionic-ios7.css
vendored
@@ -1816,70 +1816,6 @@ a.button {
|
||||
border-left-width: 1px;
|
||||
border-radius: 2px; }
|
||||
|
||||
.button-group {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: middle; }
|
||||
.button-group > .button {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
width: auto; }
|
||||
.button-group > .button:hover, .button-group > .button:focus, .button-group > .button:active, .button-group > .button.active {
|
||||
z-index: 2; }
|
||||
.button-group > .button:focus {
|
||||
outline: none; }
|
||||
|
||||
.button-group .button + .button,
|
||||
.button-group .button + .button-group,
|
||||
.button-group .button-group + .button,
|
||||
.button-group .button-group + .button-group {
|
||||
margin-left: -1px; }
|
||||
|
||||
.button-group > .button:not(:first-child):not(:last-child) {
|
||||
border-radius: 0; }
|
||||
|
||||
.button-group > .button:first-child {
|
||||
margin-left: 0; }
|
||||
.button-group > .button:first-child:not(:last-child) {
|
||||
-webkit-border-top-right-radius: 0;
|
||||
-moz-border-radius-topright: 0;
|
||||
border-top-right-radius: 0;
|
||||
-webkit-border-bottom-right-radius: 0;
|
||||
-moz-border-radius-bottomright: 0;
|
||||
border-bottom-right-radius: 0; }
|
||||
|
||||
.button-group > .button:last-child:not(:first-child) {
|
||||
-webkit-border-top-left-radius: 0;
|
||||
-moz-border-radius-topleft: 0;
|
||||
border-top-left-radius: 0;
|
||||
-webkit-border-bottom-left-radius: 0;
|
||||
-moz-border-radius-bottomleft: 0;
|
||||
border-bottom-left-radius: 0; }
|
||||
|
||||
.button-group > .button-group {
|
||||
float: left; }
|
||||
|
||||
.button-group > .button-group:not(:first-child):not(:last-child) > .button {
|
||||
border-radius: 0; }
|
||||
|
||||
.button-group > .button-group:first-child > .button:last-child,
|
||||
.button-group > .button-group:first-child > .dropdown-toggle {
|
||||
-webkit-border-top-right-radius: 0;
|
||||
-moz-border-radius-topright: 0;
|
||||
border-top-right-radius: 0;
|
||||
-webkit-border-bottom-right-radius: 0;
|
||||
-moz-border-radius-bottomright: 0;
|
||||
border-bottom-right-radius: 0; }
|
||||
|
||||
.button-group > .button-group:last-child > .button:first-child {
|
||||
-webkit-border-top-left-radius: 0;
|
||||
-moz-border-radius-topleft: 0;
|
||||
border-top-left-radius: 0;
|
||||
-webkit-border-bottom-left-radius: 0;
|
||||
-moz-border-radius-bottomleft: 0;
|
||||
border-bottom-left-radius: 0; }
|
||||
|
||||
.button-bar {
|
||||
box-flex: 1;
|
||||
-webkit-box-flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user