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/branch-name/branch-name.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/branch-name/branch-name.scss')
-rw-r--r-- | assets/sass/@primer/css/branch-name/branch-name.scss | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/assets/sass/@primer/css/branch-name/branch-name.scss b/assets/sass/@primer/css/branch-name/branch-name.scss deleted file mode 100644 index 1515b21..0000000 --- a/assets/sass/@primer/css/branch-name/branch-name.scss +++ /dev/null @@ -1,25 +0,0 @@ -// A nice way to display branch names inside the UI. Can be a link or not. -// stylelint-disable selector-max-type -.branch-name { - display: inline-block; - // stylelint-disable-next-line primer/spacing - padding: 2px 6px; - font: 12px $mono-font; - // stylelint-disable-next-line primer/colors - color: rgba($black, 0.6); - // stylelint-disable-next-line primer/colors - background-color: lighten($blue-100, 3%); - border-radius: $border-radius; - - .octicon { - // stylelint-disable-next-line primer/spacing - margin: 1px -2px 0 0; - // stylelint-disable-next-line primer/colors - color: desaturate($blue-300, 70%); - } -} - -// When a branch name is a link -// stylelint-disable selector-no-qualifying-type -a.branch-name { color: $text-blue; } -// stylelint-enable selector-no-qualifying-type |