mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: remove excess arrow
This commit is contained in:
@@ -34,16 +34,6 @@
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Add a dropdown arrow without relying on platform UI */
|
||||
div::after {
|
||||
content: "\25BE"; /* ▼ */
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
pointer-events: none;
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
:global(.dark) div::after {
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user