diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/css/_partial/_post/_code.scss | 37 | ||||
| -rw-r--r-- | src/package.json | 2 | 
2 files changed, 1 insertions, 38 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 { diff --git a/src/package.json b/src/package.json index 31c30de..de27154 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@  {    "name": "even-src", -  "version": "2.6.1", +  "version": "2.6.2",    "description": "even source file",    "main": "index.js",    "scripts": { | 
