Elim cr-checkbox
[chromium-blink-merge.git] / ui / webui / resources / cr_elements / cr_dropdown_menu / cr_dropdown_menu.css
blobf867d0444ad82b2044dce1c15830c7e4cda4c348
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: inline-flex;
9 :host([disabled]) {
10 opacity: .33;