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

Add support for .dropdown in nav.tabs

This commit is contained in:
yne 2019-09-22 00:56:15 +02:00
parent 6f52797e29
commit 62eeaf2d44
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 {
text-decoration: none;
}
.tabs > .dropdown > summary,
.tabs > a {
padding: 1rem 2rem;
-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;
}
.tabs > .dropdown > summary,
.tabs > a {
padding: 1rem 2rem;
flex: 0 1 auto;