diff --git a/public/app/features/teams/TeamGroupSync.tsx b/public/app/features/teams/TeamGroupSync.tsx index 38b9a14ab4d..5dd0e5f8e8d 100644 --- a/public/app/features/teams/TeamGroupSync.tsx +++ b/public/app/features/teams/TeamGroupSync.tsx @@ -1,3 +1,4 @@ +import { css, cx } from '@emotion/css'; import React, { PureComponent } from 'react'; import { connect, ConnectedProps } from 'react-redux'; @@ -98,6 +99,7 @@ export class TeamGroupSync extends PureComponent { render() { const { isAdding, newGroupId } = this.state; const { groups, isReadOnly } = this.props; + const styles = getStyles(); return (
{highlightTrial() && ( @@ -113,7 +115,7 @@ export class TeamGroupSync extends PureComponent { <>

External group sync

- + )} @@ -206,3 +208,13 @@ export const TeamSyncUpgradeContent = ({ action }: { action?: UpgradeContentProp ); }; export default connect(mapStateToProps, mapDispatchToProps)(TeamGroupSync); + +const getStyles = () => ({ + icon: css({ + opacity: 0.7, + + '&:hover': { + opacity: 1, + }, + }), +}); diff --git a/public/img/icons_dark_theme/icon_add_annotation.svg b/public/img/icons_dark_theme/icon_add_annotation.svg deleted file mode 100644 index 330dfad85ad..00000000000 --- a/public/img/icons_dark_theme/icon_add_annotation.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_add_annotation_alt.svg b/public/img/icons_dark_theme/icon_add_annotation_alt.svg deleted file mode 100644 index f24a46ee75c..00000000000 --- a/public/img/icons_dark_theme/icon_add_annotation_alt.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_add_data_sources.svg b/public/img/icons_dark_theme/icon_add_data_sources.svg deleted file mode 100644 index 6ea76c00735..00000000000 --- a/public/img/icons_dark_theme/icon_add_data_sources.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_add_folder.svg b/public/img/icons_dark_theme/icon_add_folder.svg deleted file mode 100644 index 0e3357d1086..00000000000 --- a/public/img/icons_dark_theme/icon_add_folder.svg +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_add_link.svg b/public/img/icons_dark_theme/icon_add_link.svg deleted file mode 100644 index fe8e95f1eda..00000000000 --- a/public/img/icons_dark_theme/icon_add_link.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_add_notification_channel.svg b/public/img/icons_dark_theme/icon_add_notification_channel.svg deleted file mode 100644 index a8dc4b98680..00000000000 --- a/public/img/icons_dark_theme/icon_add_notification_channel.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_add_panel.svg b/public/img/icons_dark_theme/icon_add_panel.svg deleted file mode 100644 index a3005b3ee1c..00000000000 --- a/public/img/icons_dark_theme/icon_add_panel.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_add_team.svg b/public/img/icons_dark_theme/icon_add_team.svg deleted file mode 100644 index 35fd526e053..00000000000 --- a/public/img/icons_dark_theme/icon_add_team.svg +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_add_user.svg b/public/img/icons_dark_theme/icon_add_user.svg deleted file mode 100644 index 6a09f96ef1e..00000000000 --- a/public/img/icons_dark_theme/icon_add_user.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_add_variable.svg b/public/img/icons_dark_theme/icon_add_variable.svg deleted file mode 100644 index 9b10092e78f..00000000000 --- a/public/img/icons_dark_theme/icon_add_variable.svg +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_advanced.svg b/public/img/icons_dark_theme/icon_advanced.svg deleted file mode 100644 index dea3ddff685..00000000000 --- a/public/img/icons_dark_theme/icon_advanced.svg +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_advanced_active.svg b/public/img/icons_dark_theme/icon_advanced_active.svg deleted file mode 100644 index 1227ddc868c..00000000000 --- a/public/img/icons_dark_theme/icon_advanced_active.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_alert.svg b/public/img/icons_dark_theme/icon_alert.svg deleted file mode 100644 index 2a3a764a925..00000000000 --- a/public/img/icons_dark_theme/icon_alert.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_alert_alt.svg b/public/img/icons_dark_theme/icon_alert_alt.svg deleted file mode 100644 index a6c6e9bd051..00000000000 --- a/public/img/icons_dark_theme/icon_alert_alt.svg +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_alert_off.svg b/public/img/icons_dark_theme/icon_alert_off.svg deleted file mode 100644 index cebbe532ce4..00000000000 --- a/public/img/icons_dark_theme/icon_alert_off.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_alert_rules.svg b/public/img/icons_dark_theme/icon_alert_rules.svg deleted file mode 100644 index 71915eb6d1c..00000000000 --- a/public/img/icons_dark_theme/icon_alert_rules.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_alerting.svg b/public/img/icons_dark_theme/icon_alerting.svg deleted file mode 100644 index 8bd410e3796..00000000000 --- a/public/img/icons_dark_theme/icon_alerting.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_alerting_active.svg b/public/img/icons_dark_theme/icon_alerting_active.svg deleted file mode 100644 index 4966761ba28..00000000000 --- a/public/img/icons_dark_theme/icon_alerting_active.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_annotation.svg b/public/img/icons_dark_theme/icon_annotation.svg deleted file mode 100644 index 514b52fba40..00000000000 --- a/public/img/icons_dark_theme/icon_annotation.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_annotation_alt.svg b/public/img/icons_dark_theme/icon_annotation_alt.svg deleted file mode 100644 index e798f91805c..00000000000 --- a/public/img/icons_dark_theme/icon_annotation_alt.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_apikeys.svg b/public/img/icons_dark_theme/icon_apikeys.svg deleted file mode 100644 index 8cc30794456..00000000000 --- a/public/img/icons_dark_theme/icon_apikeys.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/public/img/icons_dark_theme/icon_arrow_left.svg b/public/img/icons_dark_theme/icon_arrow_left.svg deleted file mode 100644 index e7f6749c94f..00000000000 --- a/public/img/icons_dark_theme/icon_arrow_left.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/public/img/icons_dark_theme/icon_arrow_left_circle.svg b/public/img/icons_dark_theme/icon_arrow_left_circle.svg deleted file mode 100644 index 4b2019cdf8c..00000000000 --- a/public/img/icons_dark_theme/icon_arrow_left_circle.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/public/img/icons_dark_theme/icon_cog.svg b/public/img/icons_dark_theme/icon_cog.svg deleted file mode 100644 index 126b529e0df..00000000000 --- a/public/img/icons_dark_theme/icon_cog.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_dashboard.svg b/public/img/icons_dark_theme/icon_dashboard.svg deleted file mode 100644 index a5d4e9b491d..00000000000 --- a/public/img/icons_dark_theme/icon_dashboard.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_dashboard_fav.svg b/public/img/icons_dark_theme/icon_dashboard_fav.svg deleted file mode 100644 index 22d2462e922..00000000000 --- a/public/img/icons_dark_theme/icon_dashboard_fav.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_dashboard_list.svg b/public/img/icons_dark_theme/icon_dashboard_list.svg deleted file mode 100644 index 1979400de7b..00000000000 --- a/public/img/icons_dark_theme/icon_dashboard_list.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_data_sources.svg b/public/img/icons_dark_theme/icon_data_sources.svg deleted file mode 100644 index 5cce28eb217..00000000000 --- a/public/img/icons_dark_theme/icon_data_sources.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_editor.svg b/public/img/icons_dark_theme/icon_editor.svg deleted file mode 100644 index 00c60902fbc..00000000000 --- a/public/img/icons_dark_theme/icon_editor.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_explore.svg b/public/img/icons_dark_theme/icon_explore.svg deleted file mode 100644 index 8d7e1b93fce..00000000000 --- a/public/img/icons_dark_theme/icon_explore.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_home.svg b/public/img/icons_dark_theme/icon_home.svg deleted file mode 100644 index a4f2608d576..00000000000 --- a/public/img/icons_dark_theme/icon_home.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/public/img/icons_dark_theme/icon_import_dashboard.svg b/public/img/icons_dark_theme/icon_import_dashboard.svg deleted file mode 100644 index d21511c31c5..00000000000 --- a/public/img/icons_dark_theme/icon_import_dashboard.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_json.svg b/public/img/icons_dark_theme/icon_json.svg deleted file mode 100644 index 30b0d9d0972..00000000000 --- a/public/img/icons_dark_theme/icon_json.svg +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_link.svg b/public/img/icons_dark_theme/icon_link.svg deleted file mode 100644 index ac4bba7fe46..00000000000 --- a/public/img/icons_dark_theme/icon_link.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_new_dashboard.svg b/public/img/icons_dark_theme/icon_new_dashboard.svg deleted file mode 100644 index 33f116dcab1..00000000000 --- a/public/img/icons_dark_theme/icon_new_dashboard.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_notification_channels.svg b/public/img/icons_dark_theme/icon_notification_channels.svg deleted file mode 100644 index d3bad3f78f4..00000000000 --- a/public/img/icons_dark_theme/icon_notification_channels.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/public/img/icons_dark_theme/icon_org.svg b/public/img/icons_dark_theme/icon_org.svg deleted file mode 100644 index b9aa21c3a9c..00000000000 --- a/public/img/icons_dark_theme/icon_org.svg +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_playlist.svg b/public/img/icons_dark_theme/icon_playlist.svg deleted file mode 100644 index bf8fc2f80a3..00000000000 --- a/public/img/icons_dark_theme/icon_playlist.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_plugins.svg b/public/img/icons_dark_theme/icon_plugins.svg deleted file mode 100644 index f00eefea975..00000000000 --- a/public/img/icons_dark_theme/icon_plugins.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/public/img/icons_dark_theme/icon_preferences.svg b/public/img/icons_dark_theme/icon_preferences.svg deleted file mode 100644 index ed985c39f68..00000000000 --- a/public/img/icons_dark_theme/icon_preferences.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_query.svg b/public/img/icons_dark_theme/icon_query.svg deleted file mode 100644 index 7b9dce299b5..00000000000 --- a/public/img/icons_dark_theme/icon_query.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_query_active.svg b/public/img/icons_dark_theme/icon_query_active.svg deleted file mode 100644 index 4831d9c52c8..00000000000 --- a/public/img/icons_dark_theme/icon_query_active.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_question.svg b/public/img/icons_dark_theme/icon_question.svg deleted file mode 100644 index aa33cf29467..00000000000 --- a/public/img/icons_dark_theme/icon_question.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_remove.svg b/public/img/icons_dark_theme/icon_remove.svg deleted file mode 100644 index f6010b3b1bf..00000000000 --- a/public/img/icons_dark_theme/icon_remove.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/public/img/icons_dark_theme/icon_reports.svg b/public/img/icons_dark_theme/icon_reports.svg deleted file mode 100644 index 4772e55c791..00000000000 --- a/public/img/icons_dark_theme/icon_reports.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/public/img/icons_dark_theme/icon_shield.svg b/public/img/icons_dark_theme/icon_shield.svg deleted file mode 100644 index 7709351a56e..00000000000 --- a/public/img/icons_dark_theme/icon_shield.svg +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_sitemap.svg b/public/img/icons_dark_theme/icon_sitemap.svg deleted file mode 100644 index 499273a399e..00000000000 --- a/public/img/icons_dark_theme/icon_sitemap.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/public/img/icons_dark_theme/icon_snapshots.svg b/public/img/icons_dark_theme/icon_snapshots.svg deleted file mode 100644 index 5f3543623c7..00000000000 --- a/public/img/icons_dark_theme/icon_snapshots.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_team.svg b/public/img/icons_dark_theme/icon_team.svg deleted file mode 100644 index 1248f5d5e39..00000000000 --- a/public/img/icons_dark_theme/icon_team.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_user.svg b/public/img/icons_dark_theme/icon_user.svg deleted file mode 100644 index 9479e9452ce..00000000000 --- a/public/img/icons_dark_theme/icon_user.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_variable.svg b/public/img/icons_dark_theme/icon_variable.svg deleted file mode 100644 index 4fffa63329a..00000000000 --- a/public/img/icons_dark_theme/icon_variable.svg +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_viewer.svg b/public/img/icons_dark_theme/icon_viewer.svg deleted file mode 100644 index aec3e6b7e5b..00000000000 --- a/public/img/icons_dark_theme/icon_viewer.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_visualize.svg b/public/img/icons_dark_theme/icon_visualize.svg deleted file mode 100644 index 2b36af81f85..00000000000 --- a/public/img/icons_dark_theme/icon_visualize.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_visualize_active.svg b/public/img/icons_dark_theme/icon_visualize_active.svg deleted file mode 100644 index 31b5938652e..00000000000 --- a/public/img/icons_dark_theme/icon_visualize_active.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_dark_theme/icon_zoom_out.svg b/public/img/icons_dark_theme/icon_zoom_out.svg deleted file mode 100644 index f94f0fa665e..00000000000 --- a/public/img/icons_dark_theme/icon_zoom_out.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_add_annotation.svg b/public/img/icons_light_theme/icon_add_annotation.svg deleted file mode 100644 index 1cf90df2bcb..00000000000 --- a/public/img/icons_light_theme/icon_add_annotation.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_add_annotation_alt.svg b/public/img/icons_light_theme/icon_add_annotation_alt.svg deleted file mode 100644 index 990df3a9d60..00000000000 --- a/public/img/icons_light_theme/icon_add_annotation_alt.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_add_data_sources.svg b/public/img/icons_light_theme/icon_add_data_sources.svg deleted file mode 100644 index 554af86bfc8..00000000000 --- a/public/img/icons_light_theme/icon_add_data_sources.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_add_folder.svg b/public/img/icons_light_theme/icon_add_folder.svg deleted file mode 100644 index a127eeb4dee..00000000000 --- a/public/img/icons_light_theme/icon_add_folder.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_add_link.svg b/public/img/icons_light_theme/icon_add_link.svg deleted file mode 100644 index cdeb4450bb4..00000000000 --- a/public/img/icons_light_theme/icon_add_link.svg +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_add_notification_channel.svg b/public/img/icons_light_theme/icon_add_notification_channel.svg deleted file mode 100644 index 68fad3d13a5..00000000000 --- a/public/img/icons_light_theme/icon_add_notification_channel.svg +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_add_panel.svg b/public/img/icons_light_theme/icon_add_panel.svg deleted file mode 100644 index e5630d26bb6..00000000000 --- a/public/img/icons_light_theme/icon_add_panel.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_add_team.svg b/public/img/icons_light_theme/icon_add_team.svg deleted file mode 100644 index dd1580f3a3d..00000000000 --- a/public/img/icons_light_theme/icon_add_team.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_add_user.svg b/public/img/icons_light_theme/icon_add_user.svg deleted file mode 100644 index ef0d1d785f0..00000000000 --- a/public/img/icons_light_theme/icon_add_user.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_add_variable.svg b/public/img/icons_light_theme/icon_add_variable.svg deleted file mode 100644 index 3ae26bf4d9f..00000000000 --- a/public/img/icons_light_theme/icon_add_variable.svg +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_advanced.svg b/public/img/icons_light_theme/icon_advanced.svg deleted file mode 100644 index 574a958f829..00000000000 --- a/public/img/icons_light_theme/icon_advanced.svg +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_advanced_active.svg b/public/img/icons_light_theme/icon_advanced_active.svg deleted file mode 100644 index 7185429fffb..00000000000 --- a/public/img/icons_light_theme/icon_advanced_active.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_alert.svg b/public/img/icons_light_theme/icon_alert.svg deleted file mode 100644 index 5f8b16acaa2..00000000000 --- a/public/img/icons_light_theme/icon_alert.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_alert_alt.svg b/public/img/icons_light_theme/icon_alert_alt.svg deleted file mode 100644 index 542004bc4d3..00000000000 --- a/public/img/icons_light_theme/icon_alert_alt.svg +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_alert_off.svg b/public/img/icons_light_theme/icon_alert_off.svg deleted file mode 100644 index 279f3277ef3..00000000000 --- a/public/img/icons_light_theme/icon_alert_off.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_alert_rules.svg b/public/img/icons_light_theme/icon_alert_rules.svg deleted file mode 100644 index b7f000dc67b..00000000000 --- a/public/img/icons_light_theme/icon_alert_rules.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_alerting.svg b/public/img/icons_light_theme/icon_alerting.svg deleted file mode 100644 index 273cf099c75..00000000000 --- a/public/img/icons_light_theme/icon_alerting.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_alerting_active.svg b/public/img/icons_light_theme/icon_alerting_active.svg deleted file mode 100644 index 6e6f11b5843..00000000000 --- a/public/img/icons_light_theme/icon_alerting_active.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_annotation.svg b/public/img/icons_light_theme/icon_annotation.svg deleted file mode 100644 index 86cfc857e97..00000000000 --- a/public/img/icons_light_theme/icon_annotation.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_annotation_alt.svg b/public/img/icons_light_theme/icon_annotation_alt.svg deleted file mode 100644 index aaf3117f313..00000000000 --- a/public/img/icons_light_theme/icon_annotation_alt.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_apikeys.svg b/public/img/icons_light_theme/icon_apikeys.svg deleted file mode 100644 index a79d66dd370..00000000000 --- a/public/img/icons_light_theme/icon_apikeys.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/public/img/icons_light_theme/icon_arrow_left.svg b/public/img/icons_light_theme/icon_arrow_left.svg deleted file mode 100644 index 4431c07030d..00000000000 --- a/public/img/icons_light_theme/icon_arrow_left.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/public/img/icons_light_theme/icon_arrow_left_circle.svg b/public/img/icons_light_theme/icon_arrow_left_circle.svg deleted file mode 100644 index 8476db2d6de..00000000000 --- a/public/img/icons_light_theme/icon_arrow_left_circle.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/public/img/icons_light_theme/icon_cog.svg b/public/img/icons_light_theme/icon_cog.svg deleted file mode 100644 index 049e56f4cca..00000000000 --- a/public/img/icons_light_theme/icon_cog.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - diff --git a/public/img/icons_light_theme/icon_dashboard.svg b/public/img/icons_light_theme/icon_dashboard.svg deleted file mode 100644 index 140076e9249..00000000000 --- a/public/img/icons_light_theme/icon_dashboard.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_dashboard_fav.svg b/public/img/icons_light_theme/icon_dashboard_fav.svg deleted file mode 100644 index 64e0c8e0831..00000000000 --- a/public/img/icons_light_theme/icon_dashboard_fav.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_dashboard_list.svg b/public/img/icons_light_theme/icon_dashboard_list.svg deleted file mode 100644 index 0cde7975b2a..00000000000 --- a/public/img/icons_light_theme/icon_dashboard_list.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_data_sources.svg b/public/img/icons_light_theme/icon_data_sources.svg deleted file mode 100644 index aa2829de4ec..00000000000 --- a/public/img/icons_light_theme/icon_data_sources.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_editor.svg b/public/img/icons_light_theme/icon_editor.svg deleted file mode 100644 index a6581072a17..00000000000 --- a/public/img/icons_light_theme/icon_editor.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_explore.svg b/public/img/icons_light_theme/icon_explore.svg deleted file mode 100644 index 8732b2d9ae8..00000000000 --- a/public/img/icons_light_theme/icon_explore.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_home.svg b/public/img/icons_light_theme/icon_home.svg deleted file mode 100644 index 1ce7799c9f2..00000000000 --- a/public/img/icons_light_theme/icon_home.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/public/img/icons_light_theme/icon_import_dashboard.svg b/public/img/icons_light_theme/icon_import_dashboard.svg deleted file mode 100644 index f2015379be3..00000000000 --- a/public/img/icons_light_theme/icon_import_dashboard.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_json.svg b/public/img/icons_light_theme/icon_json.svg deleted file mode 100644 index d8f748e5e94..00000000000 --- a/public/img/icons_light_theme/icon_json.svg +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_link.svg b/public/img/icons_light_theme/icon_link.svg deleted file mode 100644 index ca0de590eb4..00000000000 --- a/public/img/icons_light_theme/icon_link.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_new_dashboard.svg b/public/img/icons_light_theme/icon_new_dashboard.svg deleted file mode 100644 index 83e04863aa4..00000000000 --- a/public/img/icons_light_theme/icon_new_dashboard.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_notification_channels.svg b/public/img/icons_light_theme/icon_notification_channels.svg deleted file mode 100644 index ae42f0fd8d1..00000000000 --- a/public/img/icons_light_theme/icon_notification_channels.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/public/img/icons_light_theme/icon_org.svg b/public/img/icons_light_theme/icon_org.svg deleted file mode 100644 index 2f0eeb54a9e..00000000000 --- a/public/img/icons_light_theme/icon_org.svg +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_playlist.svg b/public/img/icons_light_theme/icon_playlist.svg deleted file mode 100644 index 53cab585fc5..00000000000 --- a/public/img/icons_light_theme/icon_playlist.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_plugins.svg b/public/img/icons_light_theme/icon_plugins.svg deleted file mode 100644 index 49df86fc8e2..00000000000 --- a/public/img/icons_light_theme/icon_plugins.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/public/img/icons_light_theme/icon_preferences.svg b/public/img/icons_light_theme/icon_preferences.svg deleted file mode 100644 index bbf01f74e52..00000000000 --- a/public/img/icons_light_theme/icon_preferences.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_query.svg b/public/img/icons_light_theme/icon_query.svg deleted file mode 100644 index fcb369e7da1..00000000000 --- a/public/img/icons_light_theme/icon_query.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_query_active.svg b/public/img/icons_light_theme/icon_query_active.svg deleted file mode 100644 index eef8e6a9ab7..00000000000 --- a/public/img/icons_light_theme/icon_query_active.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_question.svg b/public/img/icons_light_theme/icon_question.svg deleted file mode 100644 index c213174208e..00000000000 --- a/public/img/icons_light_theme/icon_question.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_remove.svg b/public/img/icons_light_theme/icon_remove.svg deleted file mode 100644 index 3e652035997..00000000000 --- a/public/img/icons_light_theme/icon_remove.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/public/img/icons_light_theme/icon_reports.svg b/public/img/icons_light_theme/icon_reports.svg deleted file mode 100644 index 5a7d02e3351..00000000000 --- a/public/img/icons_light_theme/icon_reports.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/public/img/icons_light_theme/icon_shield.svg b/public/img/icons_light_theme/icon_shield.svg deleted file mode 100644 index d86f0493afe..00000000000 --- a/public/img/icons_light_theme/icon_shield.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_sitemap.svg b/public/img/icons_light_theme/icon_sitemap.svg deleted file mode 100644 index 646bccfc41f..00000000000 --- a/public/img/icons_light_theme/icon_sitemap.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - diff --git a/public/img/icons_light_theme/icon_snapshots.svg b/public/img/icons_light_theme/icon_snapshots.svg deleted file mode 100644 index 4bfe0ae0ec1..00000000000 --- a/public/img/icons_light_theme/icon_snapshots.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_team.svg b/public/img/icons_light_theme/icon_team.svg deleted file mode 100644 index d4f453afb6b..00000000000 --- a/public/img/icons_light_theme/icon_team.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_user.svg b/public/img/icons_light_theme/icon_user.svg deleted file mode 100644 index 568e5215dd4..00000000000 --- a/public/img/icons_light_theme/icon_user.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - diff --git a/public/img/icons_light_theme/icon_variable.svg b/public/img/icons_light_theme/icon_variable.svg deleted file mode 100644 index a4603109e14..00000000000 --- a/public/img/icons_light_theme/icon_variable.svg +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_viewer.svg b/public/img/icons_light_theme/icon_viewer.svg deleted file mode 100644 index 85d9b7109f4..00000000000 --- a/public/img/icons_light_theme/icon_viewer.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_visualize.svg b/public/img/icons_light_theme/icon_visualize.svg deleted file mode 100644 index 8ddef23864d..00000000000 --- a/public/img/icons_light_theme/icon_visualize.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_visualize_active.svg b/public/img/icons_light_theme/icon_visualize_active.svg deleted file mode 100644 index c9a14925d97..00000000000 --- a/public/img/icons_light_theme/icon_visualize_active.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/icons_light_theme/icon_zoom_out.svg b/public/img/icons_light_theme/icon_zoom_out.svg deleted file mode 100644 index 7dfd3cf2600..00000000000 --- a/public/img/icons_light_theme/icon_zoom_out.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - diff --git a/public/sass/_grafana.scss b/public/sass/_grafana.scss index b07ce705dac..8deb22688b1 100644 --- a/public/sass/_grafana.scss +++ b/public/sass/_grafana.scss @@ -17,7 +17,6 @@ @import 'base/grid'; @import 'base/fonts'; @import 'base/code'; -@import 'base/icons'; // UTILS @import 'utils/utils'; diff --git a/public/sass/base/_icons.scss b/public/sass/base/_icons.scss deleted file mode 100644 index cda0323f055..00000000000 --- a/public/sass/base/_icons.scss +++ /dev/null @@ -1,278 +0,0 @@ -.gicon { - line-height: 1; - display: inline-block; - width: 1.1057142857em; - height: 1.1057142857em; - text-align: center; - background-repeat: no-repeat; - background-position: center; - background-size: contain; - vertical-align: middle; -} - -.icon--has-hover { - opacity: 0.7; - - &:hover { - opacity: 1; - } -} - -.gicon-add-annotation { - background-image: url('../img/icons_#{$theme-name}_theme/icon_add_annotation.svg'); -} - -// not used -.gicon-add-annotation-alt { - background-image: url('../img/icons_#{$theme-name}_theme/icon_add_annotation_alt.svg'); -} - -.gicon-add-datasources { - background-image: url('../img/icons_#{$theme-name}_theme/icon_add_data_sources.svg'); -} - -// not used -.gicon-add-user { - background-image: url('../img/icons_#{$theme-name}_theme/icon_add_user.svg'); -} - -.gicon-add-team { - background-image: url('../img/icons_#{$theme-name}_theme/icon_add_team.svg'); -} - -.gicon-add-panel { - background-image: url('../img/icons_#{$theme-name}_theme/icon_add_panel.svg'); -} - -.gicon-add-link { - background-image: url('../img/icons_#{$theme-name}_theme/icon_add_link.svg'); -} - -.gicon-add-variable { - background-image: url('../img/icons_#{$theme-name}_theme/icon_add_variable.svg'); -} - -.gicon-add-alert-notification-channel { - background-image: url('../img/icons_#{$theme-name}_theme/icon_add_notification_channel.svg'); -} - -.gicon-alert { - background-image: url('../img/icons_#{$theme-name}_theme/icon_alert.svg'); -} - -.gicon-remove { - background-image: url('../img/icons_#{$theme-name}_theme/icon_remove.svg'); -} - -.gicon-arrow-left { - background-image: url('../img/icons_#{$theme-name}_theme/icon_arrow_left.svg'); -} - -.gicon-arrow-left-circle { - background-image: url('../img/icons_#{$theme-name}_theme/icon_arrow_left_circle.svg'); -} - -//not used -.gicon-alert-alt { - background-image: url('../img/icons_#{$theme-name}_theme/icon_alert_alt.svg'); -} - -.gicon-alert-rules { - background-image: url('../img/icons_#{$theme-name}_theme/icon_alert_rules.svg'); -} - -.gicon-alert-notification-channel { - background-image: url('../img/icons_#{$theme-name}_theme/icon_notification_channels.svg'); -} - -.gicon-annotation { - background-image: url('../img/icons_#{$theme-name}_theme/icon_annotation.svg'); -} - -//not used -.gicon-annotation-alt { - background-image: url('../img/icons_#{$theme-name}_theme/icon_annotation_alt.svg'); -} - -.gicon-apikeys { - background-image: url('../img/icons_#{$theme-name}_theme/icon_apikeys.svg'); -} - -.gicon-branding { - background-image: url('../img/grafana_icon.svg'); -} - -.gicon-cog { - background-image: url('../img/icons_#{$theme-name}_theme/icon_cog.svg'); -} - -.gicon-dashboard { - background-image: url('../img/icons_#{$theme-name}_theme/icon_dashboard.svg'); -} - -//not used -.gicon-dashboard-starred { - background-image: url('../img/icons_#{$theme-name}_theme/icon_dashboard_fav.svg'); -} - -.gicon-dashboard-list { - background-image: url('../img/icons_#{$theme-name}_theme/icon_dashboard_list.svg'); -} - -.gicon-dashboard-new { - background-image: url('../img/icons_#{$theme-name}_theme/icon_new_dashboard.svg'); -} - -.gicon-dashboard-import { - background-image: url('../img/icons_#{$theme-name}_theme/icon_import_dashboard.svg'); -} - -.gicon-datasources { - background-image: url('../img/icons_#{$theme-name}_theme/icon_data_sources.svg'); -} - -.gicon-editor { - background-image: url('../img/icons_#{$theme-name}_theme/icon_editor.svg'); -} - -.gicon-folder-new { - background-image: url('../img/icons_#{$theme-name}_theme/icon_add_folder.svg'); -} - -.gicon-home { - background-image: url('../img/icons_#{$theme-name}_theme/icon_home.svg'); -} - -.gicon-json { - background-image: url('../img/icons_#{$theme-name}_theme/icon_json.svg'); -} - -.gicon-link { - background-image: url('../img/icons_#{$theme-name}_theme/icon_link.svg'); -} - -.gicon-manage { - background-image: url('../img/icons_#{$theme-name}_theme/icon_sitemap.svg'); -} - -.gicon-org { - background-image: url('../img/icons_#{$theme-name}_theme/icon_org.svg'); -} - -.gicon-playlists { - background-image: url('../img/icons_#{$theme-name}_theme/icon_playlist.svg'); -} - -.gicon-plugins { - background-image: url('../img/icons_#{$theme-name}_theme/icon_plugins.svg'); -} - -.gicon-preferences { - background-image: url('../img/icons_#{$theme-name}_theme/icon_preferences.svg'); -} - -.gicon-question { - background-image: url('../img/icons_#{$theme-name}_theme/icon_question.svg'); -} - -.gicon-shield { - background-image: url('../img/icons_#{$theme-name}_theme/icon_shield.svg'); -} - -.gicon-snapshots { - background-image: url('../img/icons_#{$theme-name}_theme/icon_snapshots.svg'); -} - -.gicon-team { - background-image: url('../img/icons_#{$theme-name}_theme/icon_team.svg'); -} - -.gicon-user { - background-image: url('../img/icons_#{$theme-name}_theme/icon_user.svg'); -} - -.gicon-variable { - background-image: url('../img/icons_#{$theme-name}_theme/icon_variable.svg'); -} - -.gicon-viewer { - background-image: url('../img/icons_#{$theme-name}_theme/icon_viewer.svg'); -} - -//not used -.gicon-zoom-out { - background-image: url('../img/icons_#{$theme-name}_theme/icon_zoom_out.svg'); -} - -.gicon-explore { - background-image: url('../img/icons_#{$theme-name}_theme/icon_explore.svg'); -} - -.gicon-reports { - background-image: url('../img/icons_#{$theme-name}_theme/icon_reports.svg'); -} - -.sidemenu { - .gicon-dashboard { - background-image: url('../img/icons_dark_theme/icon_dashboard.svg'); - } - .gicon-alert { - background-image: url('../img/icons_dark_theme/icon_alert.svg'); - } - .gicon-cog { - background-image: url('../img/icons_dark_theme/icon_cog.svg'); - } - .gicon-question { - background-image: url('../img/icons_dark_theme/icon_question.svg'); - } - .gicon-explore { - background-image: url('../img/icons_dark_theme/icon_explore.svg'); - } - .gicon-shield { - background-image: url('../img/icons_dark_theme/icon_shield.svg'); - } - .gicon-reports { - background-image: url('../img/icons_dark_theme/icon_reports.svg'); - } -} - -// not used -.fa--permissions-list { - min-width: 20px; - padding-right: 5px; -} - -.panel-editor-tabs, -.add-panel-widget__icon { - .gicon-advanced-active { - background-image: url('../img/icons_#{$theme-name}_theme/icon_advanced_active.svg'); - } - - .gicon-advanced { - background-image: url('../img/icons_#{$theme-name}_theme/icon_advanced.svg'); - } - - .gicon-alert-active { - background-image: url('../img/icons_#{$theme-name}_theme/icon_alerting_active.svg'); - } - - .gicon-alert { - background-image: url('../img/icons_#{$theme-name}_theme/icon_alerting.svg'); - } - - .gicon-queries-active { - background-image: url('../img/icons_#{$theme-name}_theme/icon_query_active.svg'); - } - - .gicon-queries { - background-image: url('../img/icons_#{$theme-name}_theme/icon_query.svg'); - } - - .gicon-visualization-active { - background-image: url('../img/icons_#{$theme-name}_theme/icon_visualize_active.svg'); - } - - .gicon-visualization { - background-image: url('../img/icons_#{$theme-name}_theme/icon_visualize.svg'); - } -}