diff options
| author | XhmikosR <[email protected]> | 2017-10-03 06:34:56 +0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-02 20:34:56 -0700 |
| commit | 7b766e1ad53b0c22de42dac04d2472f287334e2a (patch) | |
| tree | c5e869bdfda6e10628c83758bab3c238e5a48b98 /scss/_breadcrumb.scss | |
| parent | f58997a0dae54dc98d11892afef9acb85bdc6a1e (diff) | |
| download | bootstrap-7b766e1ad53b0c22de42dac04d2472f287334e2a.tar.xz bootstrap-7b766e1ad53b0c22de42dac04d2472f287334e2a.zip | |
Switch to stylelint. (#23572)
Diffstat (limited to 'scss/_breadcrumb.scss')
| -rw-r--r-- | scss/_breadcrumb.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_breadcrumb.scss b/scss/_breadcrumb.scss index 5d77eeab6..25b9d85a1 100644 --- a/scss/_breadcrumb.scss +++ b/scss/_breadcrumb.scss @@ -27,6 +27,7 @@ + .breadcrumb-item:hover::before { text-decoration: underline; } + // stylelint-disable-next-line no-duplicate-selectors + .breadcrumb-item:hover::before { text-decoration: none; } |
