1
0
Fork 0
forked from forgejo/forgejo

Disallow leading zeroes in Less (#10407)

This commit is contained in:
silverwind 2020-02-23 17:48:27 +01:00 committed by GitHub
parent 71d5a090df
commit 4e912d2ed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 102 additions and 101 deletions

View file

@ -9,7 +9,7 @@
float: left;
margin: 2px -10px 2px -20px;
opacity: 0;
transition: transform 0.1s ease-in-out;
transition: transform .1s ease-in-out;
transform: scale(1, 1);
&:hover {
@ -53,12 +53,12 @@
}
&.header {
padding: 0.1rem 1rem;
padding: .1rem 1rem;
}
}
.right.menu.options .item {
padding: 0.85714286em 0.442857em;
padding: .85714286em .442857em;
cursor: pointer;
}
@ -82,7 +82,7 @@
display: inline-block;
margin: 5px 0;
font-size: 12px;
color: rgba(0, 0, 0, 0.6);
color: rgba(0, 0, 0, .6);
}
.ui.right.floated {
@ -97,7 +97,7 @@
}
button.comment-form-reply {
margin: 0.5em 0.5em 0.5em 4.5em;
margin: .5em .5em .5em 4.5em;
}
form.comment-form-reply {
@ -107,7 +107,7 @@
.file-comment {
font: 12px @monospaced-fonts, monospace;
color: rgba(0, 0, 0, 0.87);
color: rgba(0, 0, 0, .87);
}
.ui.fold-code {