Browse Source

fix: removed weird white triangle from remove from queue tooltip

Kristian Vos 3 years ago
parent
commit
f26070478c
1 changed files with 0 additions and 4 deletions
  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);
 		}