Skip to content

Commit

Permalink
Merge pull request #19 from ysjn/chore/cleaning
Browse files Browse the repository at this point in the history
chore: cleaning
  • Loading branch information
ysjn authored Apr 27, 2024
2 parents 82b1918 + d036907 commit a8c117d
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 5,034 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
*.log
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"node-sass": "^7.0.0",
"prettier": "^1.19.1",
"sass": "^1.75.0",
"stylelint": "^13.1.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-rational-order": "^0.1.2",
Expand All @@ -11,7 +11,7 @@
"stylelint-scss": "^3.14.2"
},
"scripts": {
"dev": "node-sass *.scss -o . --output-style expanded -w",
"build": "node-sass *.scss -o . --output-style expanded"
"dev": "sass *.scss *.css --no-source-map -w",
"build": "sass *.scss *.css --no-source-map"
}
}
19 changes: 0 additions & 19 deletions vimium-simply-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@
border: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#vimiumHintMarkerContainer div span {
color: #fff;
text-shadow: none;
}

#vimiumHintMarkerContainer div > .matchingCharacter {
opacity: 0.4;
}

#vimiumHintMarkerContainer div > .matchingCharacter ~ span {
color: hotpink;
}
Expand All @@ -24,7 +21,6 @@
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
animation: show 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
}

@keyframes show {
0% {
transform: translateY(50px);
Expand All @@ -35,60 +31,48 @@
opacity: 1;
}
}

#vomnibar .vomnibarSearchArea,
#vomnibar input {
color: #fff;
background: transparent;
border: none;
}

#vomnibar .vomnibarSearchArea {
padding: 10px 30px;
}

#vomnibar input {
padding: 0;
}

#vomnibar ul {
padding: 0;
background: #444;
border-top: 1px solid #333;
}

#vomnibar li {
padding: 10px;
border-bottom: 1px solid #333;
}

#vomnibar li .vomnibarTopHalf,
#vomnibar li .vomnibarBottomHalf {
padding: 3px 0;
}

#vomnibar li .vomnibarSource {
color: #aaa;
}

#vomnibar li em,
#vomnibar li .vomnibarTitle {
color: #aaa;
}

#vomnibar li .vomnibarUrl {
color: #777;
}

#vomnibar li .vomnibarMatch {
color: hotpink;
font-weight: normal;
}

#vomnibar li .vomnibarTitle .vomnibarMatch {
color: hotpink;
}

#vomnibar li.vomnibarSelected {
background-color: #333;
}
Expand All @@ -98,17 +82,14 @@ div.vimiumHUD {
border: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

div.vimiumHUD span#hud-find-input,
div.vimiumHUD .vimiumHUDSearchAreaInner {
color: #fff;
}

div.vimiumHUD .hud-find {
background-color: transparent;
border: none;
}

div.vimiumHUD .vimiumHUDSearchArea {
background-color: transparent;
}
Loading

0 comments on commit a8c117d

Please sign in to comment.