1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

Merge pull request #41 from yne/master

Add support for .dropdown in nav.tabs
This commit is contained in:
Jenil Gogari 2019-09-23 11:22:21 -04:00 committed by GitHub
commit 0b4d8f61ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

1
dist/chota.css vendored
View File

@ -745,6 +745,7 @@ button:disabled:hover {
.tabs a { .tabs a {
text-decoration: none; text-decoration: none;
} }
.tabs > .dropdown > summary,
.tabs > a { .tabs > a {
padding: 1rem 2rem; padding: 1rem 2rem;
-webkit-box-flex: 0; -webkit-box-flex: 0;

2
dist/chota.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -6,6 +6,7 @@
text-decoration: none; text-decoration: none;
} }
.tabs > .dropdown > summary,
.tabs > a { .tabs > a {
padding: 1rem 2rem; padding: 1rem 2rem;
flex: 0 1 auto; flex: 0 1 auto;