diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-10-13 14:47:06 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-10-13 14:47:06 +0200 |
commit | 227b329e78a761ba3fc75c7b79048b0d387f9944 (patch) | |
tree | ac3eb57834c5b447d66c7d1e10d6e55f2046d33e /packages/gitbook-plugin-theme-default/less/Summary.less | |
parent | da8c78b3c82bcf8c5e3dad2701fedb21fc10b0b4 (diff) | |
download | gitbook-227b329e78a761ba3fc75c7b79048b0d387f9944.zip gitbook-227b329e78a761ba3fc75c7b79048b0d387f9944.tar.gz gitbook-227b329e78a761ba3fc75c7b79048b0d387f9944.tar.bz2 |
Start style for dropdowns
Diffstat (limited to 'packages/gitbook-plugin-theme-default/less/Summary.less')
-rw-r--r-- | packages/gitbook-plugin-theme-default/less/Summary.less | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/packages/gitbook-plugin-theme-default/less/Summary.less b/packages/gitbook-plugin-theme-default/less/Summary.less index d6ad42d..1e1e8ba 100644 --- a/packages/gitbook-plugin-theme-default/less/Summary.less +++ b/packages/gitbook-plugin-theme-default/less/Summary.less @@ -7,8 +7,8 @@ } .SummaryPart-Title { - padding: @summary-article-padding-v @summary-article-padding-h; - padding-top: 20px; + margin: 0px; + padding: 2*@summary-article-padding-v @summary-article-padding-h; text-transform: uppercase; color: @summary-header-color; font-size: inherit; @@ -42,9 +42,10 @@ color: @summary-article-hover-color; } - &.active, { + &.active, &.active:hover { a { - color: @summary-article-hover-color; + color: @summary-article-active-color; + background: @summary-article-active-background; } } } |