mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Remove unused btn-ascribe-add in PieceList
This commit is contained in:
parent
5a5e597ca4
commit
0d01ae1642
@ -287,12 +287,7 @@ let PieceList = React.createClass({
|
|||||||
orderBy={this.state.orderBy}
|
orderBy={this.state.orderBy}
|
||||||
applyFilterBy={this.applyFilterBy}
|
applyFilterBy={this.applyFilterBy}
|
||||||
applyOrderBy={this.applyOrderBy}>
|
applyOrderBy={this.applyOrderBy}>
|
||||||
{customSubmitButton ?
|
{customSubmitButton}
|
||||||
customSubmitButton :
|
|
||||||
<button className="btn btn-default btn-ascribe-add">
|
|
||||||
<span className="icon-ascribe icon-ascribe-add" />
|
|
||||||
</button>
|
|
||||||
}
|
|
||||||
</PieceListToolbar>
|
</PieceListToolbar>
|
||||||
<PieceListBulkModal
|
<PieceListBulkModal
|
||||||
availableAcls={availableAcls}
|
availableAcls={availableAcls}
|
||||||
|
@ -135,10 +135,6 @@ $sluice--button-color: $sluice--nav-fg-prim-color;
|
|||||||
color: $sluice--button-color;
|
color: $sluice--button-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.client--sluice .ascribe-piece-list-toolbar .btn-ascribe-add{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
// disabled buttons
|
// disabled buttons
|
||||||
.client--sluice {
|
.client--sluice {
|
||||||
.btn-default.disabled,
|
.btn-default.disabled,
|
||||||
@ -254,4 +250,4 @@ $sluice--button-color: $sluice--nav-fg-prim-color;
|
|||||||
|
|
||||||
.client--sluice .acl-information-dropdown-list .title {
|
.client--sluice .acl-information-dropdown-list .title {
|
||||||
color: $sluice--button-color;
|
color: $sluice--button-color;
|
||||||
}
|
}
|
||||||
|
@ -243,10 +243,6 @@ $vivi23--highlight-color: #de2600;
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Other components **/
|
/** Other components **/
|
||||||
.ascribe-piece-list-toolbar .btn-ascribe-add {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ascribe-footer {
|
.ascribe-footer {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -64,10 +64,6 @@ $cc--button-color: $cc--nav-fg-prim-color;
|
|||||||
color: $cc--button-color;
|
color: $cc--button-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.client--cc .ascribe-piece-list-toolbar .btn-ascribe-add{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
// disabled buttons
|
// disabled buttons
|
||||||
.client--cc {
|
.client--cc {
|
||||||
// disabled buttons
|
// disabled buttons
|
||||||
@ -223,4 +219,4 @@ $cc--button-color: $cc--nav-fg-prim-color;
|
|||||||
|
|
||||||
.client--cc .upload-button-wrapper > span {
|
.client--cc .upload-button-wrapper > span {
|
||||||
color: $cc--button-color;
|
color: $cc--button-color;
|
||||||
}
|
}
|
||||||
|
@ -64,10 +64,6 @@ $cyland--button-sec-color: #515151;
|
|||||||
color: $cyland--button-color;
|
color: $cyland--button-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.client--cyland .ascribe-piece-list-toolbar .btn-ascribe-add {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
// buttons!
|
// buttons!
|
||||||
// thought of the day:
|
// thought of the day:
|
||||||
// "every great atrocity is the result of people just following orders"
|
// "every great atrocity is the result of people just following orders"
|
||||||
|
@ -229,10 +229,6 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important;
|
|||||||
color: $ikono--button-color;
|
color: $ikono--button-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.client--ikonotv .ascribe-piece-list-toolbar .btn-ascribe-add{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
// spinner!
|
// spinner!
|
||||||
.client--ikonotv {
|
.client--ikonotv {
|
||||||
|
|
||||||
@ -560,4 +556,4 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important;
|
|||||||
|
|
||||||
.client--ikonotv .upload-button-wrapper > span {
|
.client--ikonotv .upload-button-wrapper > span {
|
||||||
color: $ikono--button-color;
|
color: $ikono--button-color;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user