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:
parent
6f52797e29
commit
62eeaf2d44
1
dist/chota.css
vendored
1
dist/chota.css
vendored
@ -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
2
dist/chota.min.css
vendored
File diff suppressed because one or more lines are too long
@ -6,6 +6,7 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.tabs > .dropdown > summary,
|
||||
.tabs > a {
|
||||
padding: 1rem 2rem;
|
||||
flex: 0 1 auto;
|
||||
|
Loading…
Reference in New Issue
Block a user