mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
- Adding mouse in and out styling to clickbale divs (#15956)
* - Adding mouse in and out styling to clickbale divs -Moving dashboard card styling to outer div container from inner form container * removing detect changes * Localizing aria label * moving css from template to styles * adding themeing participant to change hover styling * removing unused event handlers * separating styling
This commit is contained in:
@@ -290,6 +290,7 @@ export const SUCCESSFULLY_MIGRATED_TO_AZURE_SQL = localize('sql.migration.succes
|
||||
export const MIGRATION_NOT_STARTED = localize('sql.migration.migration.not.started', "Migration not started");
|
||||
export const CHOOSE_TO_MIGRATE_TO_AZURE_SQL = localize('sql.migration.choose.to.migrate.to.azure.sql', "Choose to migrate to Azure SQL");
|
||||
export const COMING_SOON = localize('sql.migration.coming.soon', "Coming soon");
|
||||
export const SHOW_STATUS = localize('sql.migration.show.status', "Show status");
|
||||
export function MIGRATION_INPROGRESS_WARNING(count: number) {
|
||||
switch (count) {
|
||||
case 1:
|
||||
|
||||
Reference in New Issue
Block a user