Browse Source

fix: removed weird white triangle from remove from queue tooltip

Kristian Vos 3 năm trước cách đây
mục cha
commit
f26070478c
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      frontend/src/App.vue

+ 0 - 4
frontend/src/App.vue

@@ -464,10 +464,6 @@ a {
 			0 10px 10px rgba(0, 0, 0, 0.22);
 		background-color: var(--white);
 
-		&:not([data-theme~="songActions"]) > .tippy-arrow::before {
-			border-top-color: var(--white);
-		}
-
 		.tippy-content {
 			color: var(--black);
 		}