gh-13716: Fixed greyed out urlbar text color (gh-13727)

This commit is contained in:
mr. m
2026-05-17 20:35:25 +02:00
committed by GitHub
parent 62a91aefd2
commit 41893aa6f3

View File

@@ -119,6 +119,9 @@
#urlbar .urlbar-input {
border-radius: 0 !important;
}
#urlbar:not([breakout-extend="true"]) .urlbar-input {
color: color-mix(in srgb, var(--input-color, FieldText) 70%, transparent);
}