mirror of
https://github.com/go-gitea/gitea
synced 2025-08-26 11:28:27 +00:00
Add less linter via npx (#6936)
This commit is contained in:
committed by
Lunny Xiao
parent
c0fc6cd9a8
commit
3957b40021
@@ -41,7 +41,7 @@
|
||||
|
||||
.attached {
|
||||
&.tab {
|
||||
border: none;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
}
|
||||
|
||||
&.header {
|
||||
padding: .1rem 1rem;
|
||||
padding: 0.1rem 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
display: inline-block;
|
||||
margin: 5px 0;
|
||||
font-size: 12px;
|
||||
color: rgba(0, 0, 0, .6)
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
.ui.right.floated {
|
||||
@@ -106,5 +106,5 @@
|
||||
|
||||
.file-comment {
|
||||
font: 12px @monospaced-fonts, monospace;
|
||||
color: rgba(0, 0, 0, .87);
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
}
|
||||
|
Reference in New Issue
Block a user