Background orange on sorted columns
This commit is contained in:
parent
dc595ab7ca
commit
c2830fa8f8
|
@ -182,11 +182,18 @@ p-datatable {
|
|||
font-weight: $font-semibold !important;
|
||||
color: #000 !important;
|
||||
|
||||
&.ui-state-active, &.ui-sortable-column:hover {
|
||||
&.ui-sortable-column:hover:not(.ui-state-active) {
|
||||
background-color: #f0f0f0 !important;
|
||||
border: 1px solid #f0f0f0 !important;
|
||||
border-width: 0 1px !important;
|
||||
}
|
||||
|
||||
&.ui-state-active {
|
||||
color: #fff !important;
|
||||
background-color: $orange-color !important;
|
||||
border: 1px solid $orange-color !important;
|
||||
border-width: 0 1px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.action-cell {
|
||||
|
@ -281,7 +288,6 @@ p-datatable {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.orange-button {
|
||||
@include peertube-button;
|
||||
@include orange-button;
|
||||
|
|
Loading…
Reference in New Issue