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}
|
||||
applyFilterBy={this.applyFilterBy}
|
||||
applyOrderBy={this.applyOrderBy}>
|
||||
{customSubmitButton ?
|
||||
customSubmitButton :
|
||||
<button className="btn btn-default btn-ascribe-add">
|
||||
<span className="icon-ascribe icon-ascribe-add" />
|
||||
</button>
|
||||
}
|
||||
{customSubmitButton}
|
||||
</PieceListToolbar>
|
||||
<PieceListBulkModal
|
||||
availableAcls={availableAcls}
|
||||
|
@ -135,10 +135,6 @@ $sluice--button-color: $sluice--nav-fg-prim-color;
|
||||
color: $sluice--button-color;
|
||||
}
|
||||
|
||||
.client--sluice .ascribe-piece-list-toolbar .btn-ascribe-add{
|
||||
display: none;
|
||||
}
|
||||
|
||||
// disabled buttons
|
||||
.client--sluice {
|
||||
.btn-default.disabled,
|
||||
@ -254,4 +250,4 @@ $sluice--button-color: $sluice--nav-fg-prim-color;
|
||||
|
||||
.client--sluice .acl-information-dropdown-list .title {
|
||||
color: $sluice--button-color;
|
||||
}
|
||||
}
|
||||
|
@ -243,10 +243,6 @@ $vivi23--highlight-color: #de2600;
|
||||
}
|
||||
|
||||
/** Other components **/
|
||||
.ascribe-piece-list-toolbar .btn-ascribe-add {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ascribe-footer {
|
||||
display: none;
|
||||
}
|
||||
|
@ -64,10 +64,6 @@ $cc--button-color: $cc--nav-fg-prim-color;
|
||||
color: $cc--button-color;
|
||||
}
|
||||
|
||||
.client--cc .ascribe-piece-list-toolbar .btn-ascribe-add{
|
||||
display: none;
|
||||
}
|
||||
|
||||
// disabled buttons
|
||||
.client--cc {
|
||||
// disabled buttons
|
||||
@ -223,4 +219,4 @@ $cc--button-color: $cc--nav-fg-prim-color;
|
||||
|
||||
.client--cc .upload-button-wrapper > span {
|
||||
color: $cc--button-color;
|
||||
}
|
||||
}
|
||||
|
@ -64,10 +64,6 @@ $cyland--button-sec-color: #515151;
|
||||
color: $cyland--button-color;
|
||||
}
|
||||
|
||||
.client--cyland .ascribe-piece-list-toolbar .btn-ascribe-add {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// buttons!
|
||||
// thought of the day:
|
||||
// "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;
|
||||
}
|
||||
|
||||
.client--ikonotv .ascribe-piece-list-toolbar .btn-ascribe-add{
|
||||
display: none;
|
||||
}
|
||||
|
||||
// spinner!
|
||||
.client--ikonotv {
|
||||
|
||||
@ -560,4 +556,4 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important;
|
||||
|
||||
.client--ikonotv .upload-button-wrapper > span {
|
||||
color: $ikono--button-color;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user