MDL-42434 chat: Disable stylelint important check

This commit is contained in:
Andrew Nicols
2020-08-21 07:38:06 +08:00
parent 40f92ac55d
commit 832f5f7019
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -244,5 +244,6 @@ Dual licensed under MIT and GNU GPLv2 © Nicolas Gallagher
}
#button-send + a > i.text-info {
/* stylelint-disable-next-line declaration-no-important */
color: black !important;
}
+1
View File
@@ -97,5 +97,6 @@
}
#button-send + a > i.text-info {
/* stylelint-disable-next-line declaration-no-important */
color: black !important;
}