Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

AO3-4840 Skin wizard should change bottom border on Reindex Work button #2722

Merged
merged 1 commit into from Oct 6, 2017
Jump to file or symbol
Failed to load files and symbols.
+4 −0
Split
View
@@ -45,6 +45,10 @@ def header_styles(color)
#dashboard.own {
border-color: #{color};
}
+
+ .actions .reindex a {
+ border-bottom-color: #{color};
+ }
"
else
""