Skip to content

Instantly share code, notes, and snippets.

@o0
Created May 5, 2020 14:36
Show Gist options
  • Save o0/d743ea9ecb82f07aa56f1a3a7e77e494 to your computer and use it in GitHub Desktop.
Save o0/d743ea9ecb82f07aa56f1a3a7e77e494 to your computer and use it in GitHub Desktop.
Стили для аккордеона
.Accordion-trigger {
border: 0;
background: 0;
font: inherit;
}
.Accordion-trigger:focus {
box-shadow: 0 0 10px rgba(255, 128, 0, 0.5);
outline: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment