mirror of https://github.com/lxndrblz/anatole.git

Kris - The Coding Unicorn
23.11.2022 6c55d4282e1e460afb56a19e70058f05d738e85d
assets/scss/partials/components/_optionswitch.scss
File was renamed from assets/scss/partials/components/_languageswitch.scss
@@ -1,4 +1,4 @@
.languageswitch {
.optionswitch {
  position: relative;
  &__label {
@@ -65,7 +65,7 @@
  &__picker {
    &:checked {
      ~ .languageswitch {
      ~ .optionswitch {
        &__list {
          display: block;
        }