diff options
author | amzrk2 | 2020-04-14 20:58:19 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-14 20:58:19 +0800 |
commit | baf7534870460015c194281ad98e1fef99911ef1 (patch) | |
tree | cc424e273de1953917a06e5536b2fc527ead78a3 /assets/sass/@primer/css/breadcrumb/breadcrumb.scss | |
parent | f01d08490b3f5f35eca026792d0efe239bda4ff9 (diff) | |
download | hugo-theme-fuji-baf7534870460015c194281ad98e1fef99911ef1.tar.gz hugo-theme-fuji-baf7534870460015c194281ad98e1fef99911ef1.tar.bz2 hugo-theme-fuji-baf7534870460015c194281ad98e1fef99911ef1.zip |
Remove redundant Primer CSS
Diffstat (limited to 'assets/sass/@primer/css/breadcrumb/breadcrumb.scss')
-rw-r--r-- | assets/sass/@primer/css/breadcrumb/breadcrumb.scss | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/assets/sass/@primer/css/breadcrumb/breadcrumb.scss b/assets/sass/@primer/css/breadcrumb/breadcrumb.scss deleted file mode 100644 index bba7709..0000000 --- a/assets/sass/@primer/css/breadcrumb/breadcrumb.scss +++ /dev/null @@ -1,28 +0,0 @@ -.breadcrumb-item { - display: inline-block; - // stylelint-disable-next-line primer/spacing - margin-left: -0.35em; - white-space: nowrap; - list-style: none; - - &::after { - padding-right: $em-spacer-5; - padding-left: $em-spacer-5; - // stylelint-disable-next-line primer/colors - color: $border-gray; - content: "/"; - } - - &:first-child { - margin-left: 0; - } -} - -.breadcrumb-item-selected, -.breadcrumb-item[aria-current] { - color: $text-gray; - - &::after { - content: none; - } -} |