Skip to content

Commit

Permalink
* improve UI of document index.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Jul 9, 2020
1 parent faf72f2 commit c5d7c17
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -2902,7 +2902,7 @@ body.ad-hover.ad-xuanxuan #download .btn-white {
padding: 5px 0;
margin: 0;
font-size: 15px;
font-weight: 500;
font-weight: normal;
line-height: 15px;
-webkit-transition: padding .1s cubic-bezier(.175, .885, .32, 1), color .1s cubic-bezier(.175, .885, .32, 1);
-o-transition: padding .1s cubic-bezier(.175, .885, .32, 1), color .1s cubic-bezier(.175, .885, .32, 1);
Expand Down Expand Up @@ -2930,6 +2930,10 @@ body.ad-hover.ad-xuanxuan #download .btn-white {
color: #fff;
background-color: #808080;
}
#grid .card.choosed .card-heading > h5,
#grid .card.open .card-heading > h5 {
font-weight: bold;
}
#grid .card-content {
height: 0;
padding: 0 10px;
Expand Down
2 changes: 1 addition & 1 deletion docs/css/doc.min.css

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion src/less/doc.less
Original file line number Diff line number Diff line change
Expand Up @@ -1090,9 +1090,9 @@ body.ad-hover.ad-xuanxuan {
color);
line-height: 15px;
font-size: 15px;
font-weight: 500;
margin: 0;
padding: 5px 0;
font-weight: normal;
> a.name {
color: @color-fore;
}
Expand All @@ -1119,6 +1119,10 @@ body.ad-hover.ad-xuanxuan {
}
}
}
.card.choosed .card-heading > h5,
.card.open .card-heading > h5 {
font-weight: bold;
}
.card-content {
height: 0;
padding: 0 10px;
Expand Down

0 comments on commit c5d7c17

Please sign in to comment.