浏览代码

fix: removed weird white triangle from remove from queue tooltip

Kristian Vos 3 年之前
父节点
当前提交
f26070478c
共有 1 个文件被更改,包括 0 次插入4 次删除
  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);
 		}