refactor table css
This commit is contained in:
+1
-1
@@ -37,7 +37,6 @@ $input-color: $theme-text;
|
||||
|
||||
// Other
|
||||
$progress-bg: rgb(35, 35, 35);
|
||||
$table-hover-bg: rgba(#fff, .1);
|
||||
|
||||
:root {
|
||||
--text-muted: #{$theme-text-muted};
|
||||
@@ -65,6 +64,7 @@ h1, h2, h3, h4, h5 {
|
||||
}
|
||||
|
||||
@import './nav';
|
||||
@import './table';
|
||||
|
||||
$enable-print-styles: false;
|
||||
$enable-responsive-font-sizes: true;
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
$table-hover-bg: rgba(#fff, .1);
|
||||
|
||||
table thead tr {
|
||||
font-size: 80%;
|
||||
text-transform: uppercase;
|
||||
color: $theme-text-muted;
|
||||
}
|
||||
|
||||
table tr.active {
|
||||
td, td a, td svg {
|
||||
color: var(--primary);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user