/* Copyright 2026 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=../../settings_shared_lit.css.js
 * #include=settings-shared-lit
 * #css_wrapper_metadata_end */

/* Tooltip is hidden since tab-discard-exception-list will display a common
 * tooltip. Not using 'display: none' because tooltip still needs to be
 * accessible by screen readers. */
cr-policy-pref-indicator::part(tooltip) {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  width: 1px;
}

cr-policy-pref-indicator {
  padding-inline-end: 8px;
}
