]> cat aescling's git repositories - mastodon.git/commitdiff
Set background to the navigation of Getting Started column (#6163)
authorAkihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Wed, 3 Jan 2018 03:39:14 +0000 (12:39 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 3 Jan 2018 03:39:14 +0000 (04:39 +0100)
The background of the navigation matters because its scrollbar is
transparent.

app/javascript/styles/mastodon/components.scss

index bc193a15adf1dabe249da67ffc084ac91970a5d8..dec489e9a584556913cdb47c4f8387c00f9e4b86 100644 (file)
   cursor: default;
 }
 
+.getting-started__wrapper,
+.getting_started {
+  background: $ui-base-color;
+}
+
 .getting-started__wrapper {
   position: relative;
   overflow-y: auto;