From a2f367357ac8369b478affbc3db04607f298a2d8 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 7 Aug 2023 23:34:09 +0200 Subject: [PATCH] Mute CSS style rule --- shlink-frontend-kit/src/index.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shlink-frontend-kit/src/index.scss b/shlink-frontend-kit/src/index.scss index 18701bfa..1fd1e917 100644 --- a/shlink-frontend-kit/src/index.scss +++ b/shlink-frontend-kit/src/index.scss @@ -1,6 +1,8 @@ @import './utils/ResponsiveTable'; @import './theme/theme'; +/* stylelint-disable no-descending-specificity */ + a, .btn-link { text-decoration: none;