Adwaita: take out an unnecessary rule

The comment says setting caret-color to currentColor
shouldn't be necessary, and it is right.
This commit is contained in:
Matthias Clasen 2020-01-25 18:38:42 -05:00
parent d8144ec497
commit 53c22bf833

View File

@ -157,8 +157,6 @@ flowbox {
}
label {
caret-color: currentColor; // this shouldn't be needed.
&.separator {
@extend .dim-label;
}