Skip to content

Commit

Permalink
make mw-collapsibles work in cards
Browse files Browse the repository at this point in the history
  • Loading branch information
thaider committed Jun 13, 2021
1 parent 15a4e20 commit 6aaacd0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"bootstrap": "^4.4.1",
"browser-sync": "^2.26.13",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "2.0.1",
"cross-env": "^5.1",
"jquery": "^3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion public/default/css/tweeki.css

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion resources/styles/tweeki/_overwrites.scss
Original file line number Diff line number Diff line change
Expand Up @@ -891,4 +891,12 @@ a.mw-selflink {
color: inherit;
text-decoration: none;
}
}
}


// make mw-collapsible work in card headers
.card .mw-collapsible-toggle {
position:relative;
z-index: 1;
padding: $card-spacer-y $card-spacer-x;
}

1 comment on commit 6aaacd0

@krabina
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great, thank you!

Please sign in to comment.