mirror of https://github.com/akveo/blur-admin
refactor(smartTables): remove tr border for contextual table
parent
1e9b501189
commit
87a7806ef5
|
@ -242,18 +242,23 @@ body.badmin-transparent {
|
||||||
}
|
}
|
||||||
.table > tbody > tr.primary > td {
|
.table > tbody > tr.primary > td {
|
||||||
background-color: $primary;
|
background-color: $primary;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
.table > tbody > tr.success > td {
|
.table > tbody > tr.success > td {
|
||||||
background-color: $success;
|
background-color: $success;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
.table > tbody > tr.warning > td {
|
.table > tbody > tr.warning > td {
|
||||||
background-color: $warning;
|
background-color: $warning;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
.table > tbody > tr.danger > td {
|
.table > tbody > tr.danger > td {
|
||||||
background-color: $danger;
|
background-color: $danger;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
.table > tbody > tr.info > td {
|
.table > tbody > tr.info > td {
|
||||||
background-color: $info;
|
background-color: $info;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editable-click, a.editable-click {
|
.editable-click, a.editable-click {
|
||||||
|
|
Loading…
Reference in New Issue