/*
 * SPDX-FileCopyrightText: 2025 Siemens AG
 *
 * SPDX-License-Identifier: MIT
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
@mixin ix-focus-visible() {
  outline: 1px solid var(--theme-color-focus-bdr) !important;
  outline-offset: var(--theme-btn--focus--outline-offset) !important;
}
