Browse Source

public: update Semantic UI 2.2.10 -> 2.2.13

pull/4762/merge
Unknwon 7 years ago
parent
commit
dbe6de313e
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 18
      public/config.codekit
  2. 3
      public/css/gogs.css
  3. 11
      public/css/semantic-2.2.10.min.css
  4. 364
      public/css/semantic-2.2.13.min.css
  5. 19
      public/js/semantic-2.2.10.min.js
  6. 19
      public/js/semantic-2.2.13.min.js
  7. 3
      public/less/_base.less
  8. 4
      templates/base/head.tmpl

18
public/config.codekit

@ -20,11 +20,11 @@
"outputPathIsOutsideProject": 0, "outputPathIsOutsideProject": 0,
"outputPathIsSetByUser": 0 "outputPathIsSetByUser": 0
}, },
"\/css\/semantic-2.2.10.min.css": { "\/css\/semantic-2.2.13.min.css": {
"fileType": 16, "fileType": 16,
"ignore": 0, "ignore": 1,
"ignoreWasSetByUser": 0, "ignoreWasSetByUser": 1,
"inputAbbreviatedPath": "\/css\/semantic-2.2.10.min.css", "inputAbbreviatedPath": "\/css\/semantic-2.2.13.min.css",
"outputAbbreviatedPath": "No Output Path", "outputAbbreviatedPath": "No Output Path",
"outputPathIsOutsideProject": 0, "outputPathIsOutsideProject": 0,
"outputPathIsSetByUser": 0 "outputPathIsSetByUser": 0
@ -172,12 +172,12 @@
"outputStyle": 1, "outputStyle": 1,
"syntaxCheckerStyle": 1 "syntaxCheckerStyle": 1
}, },
"\/js\/semantic-2.2.10.min.js": { "\/js\/semantic-2.2.13.min.js": {
"fileType": 64, "fileType": 64,
"ignore": 0, "ignore": 1,
"ignoreWasSetByUser": 0, "ignoreWasSetByUser": 1,
"inputAbbreviatedPath": "\/js\/semantic-2.2.10.min.js", "inputAbbreviatedPath": "\/js\/semantic-2.2.13.min.js",
"outputAbbreviatedPath": "\/js\/min\/semantic-2.2.10.min-min.js", "outputAbbreviatedPath": "\/js\/min\/semantic-2.2.13.min-min.js",
"outputPathIsOutsideProject": 0, "outputPathIsOutsideProject": 0,
"outputPathIsSetByUser": 0, "outputPathIsSetByUser": 0,
"outputStyle": 1, "outputStyle": 1,

3
public/css/gogs.css

@ -108,9 +108,6 @@ code.wrap {
.following.bar .avatar > .ui.image { .following.bar .avatar > .ui.image {
margin-right: 0; margin-right: 0;
} }
.following.bar .avatar .octicon-triangle-down {
margin-top: 6.5px;
}
.following.bar .searchbox { .following.bar .searchbox {
background-color: #f4f4f4 !important; background-color: #f4f4f4 !important;
} }

11
public/css/semantic-2.2.10.min.css vendored

File diff suppressed because one or more lines are too long

364
public/css/semantic-2.2.13.min.css vendored

File diff suppressed because one or more lines are too long

19
public/js/semantic-2.2.10.min.js vendored

File diff suppressed because one or more lines are too long

19
public/js/semantic-2.2.13.min.js vendored

File diff suppressed because one or more lines are too long

3
public/less/_base.less

@ -98,9 +98,6 @@ pre, code {
.avatar > .ui.image { .avatar > .ui.image {
margin-right: 0; margin-right: 0;
} }
.avatar .octicon-triangle-down {
margin-top: 6.5px;
}
.searchbox { .searchbox {
background-color: rgb(244, 244, 244) !important; background-color: rgb(244, 244, 244) !important;
&:focus { &:focus {

4
templates/base/head.tmpl

@ -59,11 +59,11 @@
{{end}} {{end}}
<!-- Stylesheet --> <!-- Stylesheet -->
<link rel="stylesheet" href="{{AppSubURL}}/css/semantic-2.2.10.min.css"> <link rel="stylesheet" href="{{AppSubURL}}/css/semantic-2.2.13.min.css">
<link rel="stylesheet" href="{{AppSubURL}}/css/gogs.css?v={{MD5 AppVer}}"> <link rel="stylesheet" href="{{AppSubURL}}/css/gogs.css?v={{MD5 AppVer}}">
<!-- JavaScript --> <!-- JavaScript -->
<script src="{{AppSubURL}}/js/semantic-2.2.10.min.js"></script> <script src="{{AppSubURL}}/js/semantic-2.2.13.min.js"></script>
<script src="{{AppSubURL}}/js/gogs.js?v={{MD5 AppVer}}"></script> <script src="{{AppSubURL}}/js/gogs.js?v={{MD5 AppVer}}"></script>
<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title> <title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>

Loading…
Cancel
Save