diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index 1e440c934..0e59ad0d3 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -149,6 +149,15 @@ body { width: 100% !important; } +// Makes blue selected element line fill parent (as it should, fixes sci-2672) +.repository-dropdown { + .selected { + a { + display: block !important; + } + } +} + mark,.mark { background-color: $brand-warning; }