mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Use bootstrap variable for table color
This commit is contained in:
parent
74fbcdfec2
commit
bb0bc50cf3
@ -73,7 +73,7 @@ ul.breadcrumb {
|
|||||||
|
|
||||||
.list_item {
|
.list_item {
|
||||||
&:hover .list_item {
|
&:hover .list_item {
|
||||||
background-color: #ddd;
|
background-color: @table-border-color;
|
||||||
};
|
};
|
||||||
a {text-decoration: none;}
|
a {text-decoration: none;}
|
||||||
}
|
}
|
||||||
@ -208,7 +208,7 @@ ul#new-menu {
|
|||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
|
|
||||||
.list_item {
|
.list_item {
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid @table-border-color;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border-bottom: 0px;
|
border-bottom: 0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user