File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
src/components/ui-component/templates Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -33210,8 +33210,13 @@ reason: https://github.com/angular/material/issues/6214
3321033210.color-picker-wrapper.color-picker-swatch-only.color-picker-open {
3321133211 width: 32px;
3321233212 border-width: 0px;
33213+ z-index: 2;
3321333214}
3321433215
33216+ /* color-picker {
33217+ z-index:2;
33218+ } */
33219+
3321533220.color-picker-wrapper.color-picker-swatch-only.color-picker-open .color-picker-panel.color-picker-panel-right.color-picker-show-inline {
3321633221 right: 121px;
3321733222}
@@ -33295,10 +33300,6 @@ reason: https://github.com/angular/material/issues/6214
3329533300.color-picker-wrapper .color-picker-input-wrapper {
3329633301 display: flex;
3329733302}
33298-
33299- /* color-picker {
33300- z-index:2;
33301- } */
3330233303.nr-dashboard-date-picker {
3330333304 padding: 0 0px;
3330433305 width: 100%;
Original file line number Diff line number Diff line change 11CACHE MANIFEST
2- # Time: Wed Dec 06 2023 11:08:36 GMT+0000 (Greenwich Mean Time)
2+ # Time: Wed Dec 06 2023 11:54:35 GMT+0000 (Greenwich Mean Time)
33
44CACHE:
55i18n.js
@@ -26,4 +26,4 @@ loading.html
2626NETWORK:
2727*
2828
29- # hash: e9dccfa90ec237dfcc3ff33a82c03d3c3811a6cae1ff1c55e60a701aa087f880
29+ # hash: a65e8fb4038eaddf287988387fedf7a23d04f9258992cd758af6acf35799ae55
Original file line number Diff line number Diff line change @@ -18,8 +18,13 @@ reason: https://github.com/angular/material/issues/6214
1818.color-picker-wrapper .color-picker-swatch-only .color-picker-open {
1919 width : 32px ;
2020 border-width : 0px ;
21+ z-index : 2 ;
2122}
2223
24+ /* color-picker {
25+ z-index:2;
26+ } */
27+
2328.color-picker-wrapper .color-picker-swatch-only .color-picker-open .color-picker-panel .color-picker-panel-right .color-picker-show-inline {
2429 right : 121px ;
2530}
@@ -96,7 +101,3 @@ reason: https://github.com/angular/material/issues/6214
96101.color-picker-wrapper .color-picker-input-wrapper {
97102 display : flex;
98103}
99-
100- /* color-picker {
101- z-index:2;
102- } */
You can’t perform that action at this time.
0 commit comments