mirror of
https://github.com/status-im/consul.git
synced 2025-02-01 08:27:20 +00:00
2f28232df0
* v3.12.0...v3.16.0 * Upgrades * Remove old wormhole fix * Fixup ember power select (camelcasing) * Fixup immedaitely closing dropdown When clicking on the syntax selector, it seemed like an extra click event was firing from the label, which then immediately closed the dropdown. By adding a for="" attribute this event isn't passed to the dropdown menu and therefore doesn't immediately close * Fix up integration tests with new style (plus standardize titles) * Temporarily disable some template linting rules * Add required methods (even though they aren't used anywhere) * Ensure event sources get closed on destruction
22 lines
501 B
SCSS
22 lines
501 B
SCSS
@charset 'utf-8';
|
|
|
|
@import 'base/reset/index';
|
|
@import 'base/index';
|
|
@import 'variables/index';
|
|
|
|
/*TODO: Move this to its own local component*/
|
|
@import 'ember-power-select';
|
|
/**/
|
|
|
|
@import 'components/index';
|
|
@import 'core/typography';
|
|
@import 'core/layout';
|
|
|
|
@import 'routes/dc/settings/index';
|
|
@import 'routes/dc/service/index';
|
|
@import 'routes/dc/nodes/index';
|
|
@import 'routes/dc/intention/index';
|
|
@import 'routes/dc/kv/index';
|
|
@import 'routes/dc/acls/index';
|
|
@import 'routes/dc/acls/tokens/index';
|