Adwaita: take out an unnecessary rule
authorMatthias Clasen <mclasen@redhat.com>
Sat, 25 Jan 2020 23:38:42 +0000 (18:38 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 25 Jan 2020 23:38:42 +0000 (18:38 -0500)
The comment says setting caret-color to currentColor
shouldn't be necessary, and it is right.

gtk/theme/Adwaita/_common.scss

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