diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-27 16:14:45 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-27 16:14:45 +0100 |
commit | 4077aecd0a5732a739fde559568ee4d59d1ea4c0 (patch) | |
tree | 5fc9200c509b1aa608adb26104e3d219716a8e35 /client/src/sass/ng-select.scss | |
parent | 2987c34e454aa4d1539e638a2f913097e0fd1edc (diff) | |
download | PeerTube-4077aecd0a5732a739fde559568ee4d59d1ea4c0.tar.gz PeerTube-4077aecd0a5732a739fde559568ee4d59d1ea4c0.tar.zst PeerTube-4077aecd0a5732a739fde559568ee4d59d1ea4c0.zip |
Fix lint
Diffstat (limited to 'client/src/sass/ng-select.scss')
-rw-r--r-- | client/src/sass/ng-select.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/ng-select.scss b/client/src/sass/ng-select.scss index f55b3d2d1..55494a556 100644 --- a/client/src/sass/ng-select.scss +++ b/client/src/sass/ng-select.scss | |||
@@ -90,7 +90,7 @@ $ng-select-input-text: pvar(--mainForegroundColor); | |||
90 | background-color: pvar(--mainColorLightest); | 90 | background-color: pvar(--mainColorLightest); |
91 | 91 | ||
92 | .ng-value-icon { | 92 | .ng-value-icon { |
93 | border: none !important; | 93 | border: 0 !important; |
94 | } | 94 | } |
95 | } | 95 | } |
96 | } | 96 | } |