Welcome to mirror list, hosted at ThFree Co, Russian Federation.

behaviors.scss « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 23f206ce3dc6c1ed7f8303f2a314a7977f2b8c44 (plain)
1
2
3
4
5
6
// Details
//--------
.js-details-container .content { display: none; }
.js-details-container .content.hide { display: block; }
.js-details-container.open .content { display: block; }
.js-details-container.open .content.hide { display: none; }