Created
May 5, 2020 14:36
-
-
Save o0/d743ea9ecb82f07aa56f1a3a7e77e494 to your computer and use it in GitHub Desktop.
Стили для аккордеона
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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