This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
Watch
1
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-07 11:58:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse
/
app
/
assets
/
stylesheets
/
common
/
base
/
ember-select.scss
5 lines
81 B
SCSS
Raw
Normal View
History
Unescape
Escape
UX: Dark theme tweaks for `Ember.Select`.
2016-04-18 09:36:33 +08:00
.
ember-select
{
FEATURE: automatic dark mode (#10341) A first step to adding automatic dark mode color scheme switching. Adds a new SCSS file at `color_definitions.scss` that serves to output all SCSS color variables as CSS custom properties. And replaces all SCSS color variables with the new CSS custom properties throughout the stylesheets. This is an alpha feature at this point, can only be enabled via console using the `default_dark_mode_color_scheme_id` site setting.
2020-08-03 22:57:10 -04:00
background-color
:
var
(
--
secondary
)
;
color
:
var
(
--
primary
)
;
UX: Dark theme tweaks for `Ember.Select`.
2016-04-18 09:36:33 +08:00
}
Reference in New Issue
Copy Permalink