/* 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
 * #import=./shared_vars.css.js
 * #import=./pdf_shared.css.js
 * #include=pdf-shared
 * #css_wrapper_metadata_end */

cr-icon-button {
  --cr-icon-button-fill-color: var(--viewer-icon-ink-fill-color);
  /* Same defaults as cr-icon-button */
  --cr-icon-button-icon-size: var(--selectable-icon-button-icon-size, 20px);
  --cr-icon-button-size: var(--selectable-icon-button-size, 32px);
}

:host([checked]) cr-icon-button {
  --cr-icon-button-fill-color: var(--viewer-icon-ink-selected-fill-color);
  background-color: var(--viewer-icon-ink-selected-background-color);
}
