highlighted classes
This commit is contained in:
@@ -737,3 +737,8 @@ body {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.panel.highlighted {
|
||||
outline: 2px solid var(--brand-info);
|
||||
outline-offset: -1px;
|
||||
}
|
||||
|
||||
@@ -30,6 +30,30 @@ table.table,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:has(> tbody > tr.border-top-highlighted:first-child) {
|
||||
> thead > tr:last-child {
|
||||
> th {
|
||||
border-bottom: 3px solid var(--brand-info) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> tbody {
|
||||
> tr {
|
||||
&.border-bottom-highlighted {
|
||||
> td {
|
||||
border-bottom: 3px solid var(--brand-info) !important;
|
||||
}
|
||||
}
|
||||
|
||||
&.border-top-highlighted {
|
||||
> td {
|
||||
border-top: 3px solid var(--brand-info) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
table.table > thead th > a {
|
||||
|
||||
Reference in New Issue
Block a user