Преглед изворни кода

Small fix for css selector to change overlay background

sbkwgh пре 7 година
родитељ
комит
7ad3b52eb1
1 измењених фајлова са 1 додато и 1 уклоњено
  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 {