| /* Copyright 2025 The Chromium Authors |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. */ |
| |
| /* #css_wrapper_metadata_start |
| * #type=style-lit |
| * #scheme=relative |
| * #css_wrapper_metadata_end */ |
| |
| :host { |
| display: none; |
| } |
| |
| :host([visible]) { |
| display: flex; |
| } |
| |
| cr-icon-button { |
| --cr-icon-button-icon-size: 20px; |
| --cr-icon-button-margin-end: 0; |
| --cr-icon-button-margin-start: 0; |
| --cr-icon-button-size: 32px; |
| --cr-icon-button-fill-color: var(--color-toolbar-button-icon); |
| } |