mirror of https://github.com/rancher/ui.git
Fix table border colors in dark mode
This commit is contained in:
parent
b284fa4970
commit
d34b525bbb
|
|
@ -242,7 +242,7 @@ TABLE {
|
||||||
transition: all ease-in-out .2s;
|
transition: all ease-in-out .2s;
|
||||||
&.fixed-header {
|
&.fixed-header {
|
||||||
background: $table-header;
|
background: $table-header;
|
||||||
border-bottom: 1px solid $border;
|
border-bottom: 1px solid $table-border-color;
|
||||||
TH {
|
TH {
|
||||||
color: $link-color;
|
color: $link-color;
|
||||||
|
|
||||||
|
|
@ -423,7 +423,7 @@ TABLE {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
border-radius: 5px 5px 0 0;
|
border-radius: 5px 5px 0 0;
|
||||||
outline: 1px solid $border;
|
outline: 1px solid $table-border-color;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue