Sfoglia il codice sorgente

Small fix for css selector to change overlay background

sbkwgh 7 anni fa
parent
commit
7ad3b52eb1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      frontend/src/components/SelectButton.vue

+ 1 - 1
frontend/src/components/SelectButton.vue

@@ -141,7 +141,7 @@
 
 		.select_button--touch {
 			.select_button {
-				#{&}__overlay {
+				@at-root #{&}__overlay {
 					transition: all 0.2s;
 
 					@at-root #{&}--show {