Skip to content

Commit a786a31

Browse files
andrewseguinmmalerba
authored andcommitted
build(popover): switch lib to material (#15916)
1 parent 058ed0f commit a786a31

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/material-experimental/popover-edit/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sass_library(
1818
name = "popover_edit_scss_lib",
1919
srcs = glob(["**/_*.scss"]),
2020
deps = [
21-
"//src/lib/core:core_scss_lib",
21+
"//src/material/core:core_scss_lib",
2222
],
2323
)
2424

@@ -34,7 +34,7 @@ ng_test_library(
3434
"//src/cdk/keycodes",
3535
"//src/cdk/testing",
3636
"//src/cdk-experimental/popover-edit",
37-
"//src/lib/table",
37+
"//src/material/table",
3838
],
3939
)
4040

src/material-experimental/popover-edit/_popover-edit.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
@import '../../lib/core/style/variables';
2-
@import '../../lib/core/style/elevation';
3-
@import '../../lib/core/theming/palette';
4-
@import '../../lib/core/theming/theming';
5-
@import '../../lib/core/typography/typography-utils';
1+
@import '../../material/core/style/variables';
2+
@import '../../material/core/style/elevation';
3+
@import '../../material/core/theming/palette';
4+
@import '../../material/core/theming/theming';
5+
@import '../../material/core/typography/typography-utils';
66

77
@function mat-edit-hover-content-background($direction, $background-color) {
88
@return linear-gradient($direction, rgba($background-color, 0), $background-color 8px);

0 commit comments

Comments
 (0)