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:
commit
0b4d8f61ac
1
dist/chota.css
vendored
1
dist/chota.css
vendored
@ -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
2
dist/chota.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user