mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(package) stylelint-config-standard v18.0.0
This commit is contained in:
parent
0d48c6b1e9
commit
b64ed343c2
5 changed files with 33 additions and 37 deletions
|
|
@ -104,6 +104,12 @@
|
|||
.current-file a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.text-file::before {
|
||||
color: rgba(26, 224, 124, 0.56);
|
||||
content: '\e80d';
|
||||
}
|
||||
|
||||
.current-file .text-file::before {
|
||||
color: white;
|
||||
}
|
||||
|
|
@ -129,11 +135,6 @@
|
|||
content: '\e807';
|
||||
}
|
||||
|
||||
.text-file::before {
|
||||
color: rgba(26, 224, 124, 0.56);
|
||||
content: '\e80d';
|
||||
}
|
||||
|
||||
.text-file {
|
||||
background-image: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue