1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-26 11:28:27 +00:00

Add autoprefixer to css build (#6029)

* Add autoprefixer to css build

* also use autoprefixer on theme files
This commit is contained in:
silverwind
2019-02-11 07:13:30 +01:00
committed by techknowlogick
parent d0cb5aa9f9
commit 353282e658
8 changed files with 841 additions and 596 deletions

View File

@@ -42,9 +42,6 @@ pre > code {
word-break: break-all;
/* Adds a hyphen where the word breaks, if supported (No Blink) */
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
.full.height {
@@ -118,10 +115,7 @@ pre > code {
// no, stackable won't work on right menus.
margin-left: auto;
display: flex;
display: -ms-flexbox;
-ms-flex-align: inherit;
align-items: inherit;
-ms-flex-direction: inherit;
flex-direction: inherit;
}
@@ -134,9 +128,6 @@ pre > code {
}
&.button, &.menu .item {
-moz-user-select: auto;
-ms-user-select: auto;
-webkit-user-select: auto;
user-select: auto;
}