forked from e621ng/e621ng
Fix webpacker SCSS
This commit is contained in:
parent
ab022003d2
commit
b11d54a694
@ -25,17 +25,17 @@ div#c-moderator-post-queues {
|
|||||||
width: 800px;
|
width: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
<% Danbooru.config.modqueue_quality_warning_tags.each do |tag| %>
|
//<% Danbooru.config.modqueue_quality_warning_tags.each do |tag| %>
|
||||||
&[data-tags~="<%= tag %>"] {
|
// &[data-tags~="<%= tag %>"] {
|
||||||
background-color: $modqueue-post-quality-warning-background;
|
// background-color: $modqueue-post-quality-warning-background;
|
||||||
}
|
// }
|
||||||
<% end %>
|
//<% end %>
|
||||||
|
//
|
||||||
<% Danbooru.config.modqueue_sample_warning_tags.each do |tag| %>
|
//<% Danbooru.config.modqueue_sample_warning_tags.each do |tag| %>
|
||||||
&[data-tags~="<%= tag %>"] {
|
// &[data-tags~="<%= tag %>"] {
|
||||||
background-color: $modqueue-post-sample-warning-background;
|
// background-color: $modqueue-post-sample-warning-background;
|
||||||
}
|
// }
|
||||||
<% end %>
|
//<% end %>
|
||||||
|
|
||||||
&[data-tags~=animated], &[data-file-ext=swf], &[data-file-ext=webm], &[data-file-ext=zip], &[data-file-ext=mp4] {
|
&[data-tags~=animated], &[data-file-ext=swf], &[data-file-ext=webm], &[data-file-ext=zip], &[data-file-ext=mp4] {
|
||||||
aside:before {
|
aside:before {
|
@ -1,9 +1,11 @@
|
|||||||
@import "../base/005_vars.scss";
|
@import "../base/005_vars.scss";
|
||||||
|
|
||||||
|
span.user-greeting {
|
||||||
|
color: $user-home-greeting-color;
|
||||||
|
cursor: help;
|
||||||
|
}
|
||||||
|
|
||||||
div#c-users {
|
div#c-users {
|
||||||
div#a-home {
|
|
||||||
.user-greeting { color:$user-home-greeting-color; cursor:help; }
|
|
||||||
}
|
|
||||||
div#a-show {
|
div#a-show {
|
||||||
.profile-container {
|
.profile-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -57,6 +59,10 @@ div#c-users {
|
|||||||
|
|
||||||
div.profile-stats {
|
div.profile-stats {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
abbr {
|
||||||
|
cursor: help;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
table.user-statistics {
|
table.user-statistics {
|
||||||
|
@ -7,7 +7,6 @@ require "pathname"
|
|||||||
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
||||||
Pathname.new(__FILE__).realpath)
|
Pathname.new(__FILE__).realpath)
|
||||||
|
|
||||||
require "rubygems"
|
|
||||||
require "bundler/setup"
|
require "bundler/setup"
|
||||||
|
|
||||||
require "webpacker"
|
require "webpacker"
|
||||||
|
@ -7,7 +7,6 @@ require "pathname"
|
|||||||
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
|
||||||
Pathname.new(__FILE__).realpath)
|
Pathname.new(__FILE__).realpath)
|
||||||
|
|
||||||
require "rubygems"
|
|
||||||
require "bundler/setup"
|
require "bundler/setup"
|
||||||
|
|
||||||
require "webpacker"
|
require "webpacker"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@rails/webpacker": "^4.0.7",
|
"@rails/webpacker": "^4.2.0",
|
||||||
"debug-loader": "^0.0.1",
|
"debug-loader": "^0.0.1",
|
||||||
"expose-loader": "^0.7.5",
|
"expose-loader": "^0.7.5",
|
||||||
"jquery-ui": "^1.12.1",
|
"jquery-ui": "^1.12.1",
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"eslint": "^5.3.0",
|
"eslint": "^5.3.0",
|
||||||
"eslint-loader": "^2.1.0",
|
"eslint-loader": "^2.1.0",
|
||||||
"eslint-plugin-ignore-erb": "^0.1.1",
|
"eslint-plugin-ignore-erb": "^0.1.1",
|
||||||
"webpack-dev-server": "^3.7.2"
|
"webpack-dev-server": "^3.9.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "yarn run eslint --plugin eslint-plugin-ignore-erb --ext .js,.js.erb app/javascript/src/javascripts"
|
"lint": "yarn run eslint --plugin eslint-plugin-ignore-erb --ext .js,.js.erb app/javascript/src/javascripts"
|
||||||
|
Loading…
Reference in New Issue
Block a user