File modules/cms/ui/themes/default/style/openrat-selector.less

Last commit: Mon Feb 15 01:33:55 2021 +0100	Jan Dankert	New: Show the navigation tree only after click.
1 .or { 2 &-selector { 3 4 &-tree { 5 display: none; 6 } 7 &-search { 8 display: none; 9 } 10 11 12 &--is-tree-active { 13 14 .or-selector { 15 &-tree { 16 display: block; 17 } 18 } 19 } 20 21 &--is-search-active { 22 .or-selector { 23 &-search { 24 display: block; 25 } 26 } 27 } 28 } 29 30 }
Download modules/cms/ui/themes/default/style/openrat-selector.less
History Mon, 15 Feb 2021 01:33:55 +0100 Jan Dankert New: Show the navigation tree only after click.