How to change colour topbar-submenu border in Foundation 6? - zurb-foundation

In the _settings.scss file I don't see a variable to change the topbar-submenu border colour.
There is $topbar-submenu-background to change the topbar-submenu background colour, but there's no variable for the border.

Figured it out, it's $dropdownmenu-border under 18. Dropdown Menu.

Related

Selection color disappears if listRowBackground changed

If I change the row background color, then the default grey selection when I tap on the row disappears.
Is it possible to bring it back? Or do I have to add a custom overlay/manually change the color of the row when selected?
The code I used for changing the background color is the following: .listRowBackground(Color(.secondarySystemGroupedBackground))

In chart.js , change color of chart by clicking button

In chart.js, is it possible to change the color of a chart (theme) by clicking a button?
Let's say I have buttons named 'dark mode', 'light mode' when I click 'dark mode' button, the chart color changes to dark color.
I can't find any example of it by googling.
You can make a new chart or update your chart with the new colors in the options or in your dataset. There's no function with changes all colors to a dark mode, you have to change all colors on your own.
I can't give you all the possible color options, there's simply too many. Just look at the docs or maybe here for a few examples. You can for sure change e.g. all the dataset and background colors.

How to move Filters Pane to the left from right in power-bi?

I have a Power-bi report created in Power-bi Desktop and embedded to my custom web page. The filters pane is on the right of the report by default. Is there a way to move it the left of the report instead? I could not find how to manage this.
Any help would be appreciated.
You can't move it to the other side. I'm guessing when this is pushed out to GA or at some point in the future it'll be an option, but currently this is all you can change on the Filter Pane:
Pane Options
Background color
Background transparency
Filter pane border on or off
Filter pane border color
Filter pane title and header font, color, and text size
Card Options
Background color
Background transparency
Border: on or off
Border color
Font, color, and text size
Input box color
Taken from here.

How do I change the text color of the inline breakpoint settings?

I use a dark theme, and I have my code "peek" background set to a dark color as well.
In VS2017, instead of the older dialog window you'd get when modifying a breakpoint, you get the settings inline instead, similar to how the "peek" bits look.
However, I can't find a way to change the text color of this area, so now I am trying to squint at dark grey text on a dark purple background. It seems as though the "peek" background color is shared with the breakpoint settings.
Is it possible to change this color?
Here's an image to show you what I mean:

Magellan Sticky Nav Colors

I just created as Magellan nav bar. I've managed to change the background colour and the font in the bar, but I'm wondering how I go about changing the "highlight" colour? At the moment, the default colour is a dark blue greeny colour.
Sorry if this is a really simple question, but I can't seem to find anything in the css....
add this to your css
.sub-nav dd.active a{
background:#000000
}