提交 db18593b 编写于 作者: J Jose

Remove the btn-xs class from the stylesheets

上级 c102f956
......@@ -62,7 +62,7 @@ export default {
v-if="mr.removeWIPPath"
:disabled="isMakingRequest"
type="button"
class="btn btn-default btn-xs js-remove-wip"
class="btn btn-default btn-sm js-remove-wip"
@click="removeWIP">
<i
v-if="isMakingRequest"
......
......@@ -121,10 +121,6 @@
&.btn-sm {
margin-left: $btn-sm-side-margin;
}
&.btn-xs {
margin-left: $btn-xs-side-margin;
}
}
@mixin btn-svg {
......@@ -150,10 +146,6 @@
line-height: 18px;
}
&.btn-xs {
padding: 2px 5px;
}
&.btn-success,
&.btn-new,
&.btn-create,
......
......@@ -61,10 +61,6 @@
padding-top: 0;
line-height: 19px;
&.btn.btn-xs {
padding: 2px 5px;
}
&:focus {
margin-top: -10px;
padding-top: 10px;
......
......@@ -197,7 +197,7 @@
flex-flow: row wrap;
.nav-controls {
$controls-margin: $btn-xs-side-margin - 2px;
$controls-margin: $btn-margin-5 - 2px;
flex: 0 0 100%;
&.controls-flex {
......
......@@ -278,7 +278,7 @@ $active-item-blue: $blue-500;
$layout-link-gray: #7e7c7c;
$btn-side-margin: 10px;
$btn-sm-side-margin: 7px;
$btn-xs-side-margin: 5px;
$btn-margin-5: 5px;
$issue-status-expired: $orange-500;
$issuable-sidebar-color: $gl-text-color-secondary;
$sidebar-block-hover-color: #ebebeb;
......
......@@ -425,7 +425,7 @@
margin-left: 5px;
> .btn {
margin-right: $btn-xs-side-margin;
margin-right: $btn-margin-5;
}
}
}
......
......@@ -51,12 +51,6 @@
opacity: 0.3;
}
&.btn-xs {
line-height: 1;
padding: 5px 10px;
margin-top: 1px;
}
&.dropdown-toggle {
.fa {
color: inherit;
......
......@@ -129,7 +129,7 @@
.icon svg {
position: relative;
top: 2px;
margin-right: $btn-xs-side-margin;
margin-right: $btn-margin-5;
width: $gl-font-size;
height: $gl-font-size;
fill: $orange-600;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册