Supervised user whitelists: Cleanup
[chromium-blink-merge.git] / ui / webui / resources / cr_elements / cr_collapse / cr_collapse.css
blob2585b3faf0ecda54cec882da4049426665ac8122
1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 :host {
6 display: block;
9 :host(.cr-collapse-closed) {
10 display: none;