aboutsummaryrefslogtreecommitdiff
path: root/src/css/_partial/_post/_code.scss
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-10-01 22:31:56 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2017-10-01 22:31:56 +0800
commitadd55547f5c21db12cac47dd3802e6b432d5758d (patch)
treeab65e781dc81c31e79089c45de39b819ae8e8c71 /src/css/_partial/_post/_code.scss
parent70714089fe0607edf20fb4e93db0e318855c04c0 (diff)
refactor: remove useless css code
release 2.6.2
Diffstat (limited to 'src/css/_partial/_post/_code.scss')
-rw-r--r--src/css/_partial/_post/_code.scss37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/css/_partial/_post/_code.scss b/src/css/_partial/_post/_code.scss
index ff4439f..d998179 100644
--- a/src/css/_partial/_post/_code.scss
+++ b/src/css/_partial/_post/_code.scss
@@ -39,43 +39,6 @@ code {
&.#{$sign} > table::after {
content: $text;
}
-
- &.#{$sign} > figcaption > span::after {
- content: ' ยท ' + $text;
- }
-
- &.#{$sign} figcaption + table {
- &::after {
- display: none;
- }
- }
- }
-
- figcaption {
- position: absolute;
- top: 0;
- width: 100%;
- padding: 2px 7px;
- font-size: $code-font-size;
- font-weight: bold;
- color: darken($gray, 10%);
- background: darken($code-background, 3%);
- z-index: 20;
- overflow-x: hidden;
- box-sizing: border-box;
-
- & > a {
- position: absolute;
- right: 0;
- display: inline-box;
- margin-right: 7px;
- font-weight: 400;
-
- &:hover {
- text-decoration: none;
- border: 0;
- }
- }
}
.code {