File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ class DashboardController extends Controller
23
23
public function indexAction (): void
24
24
{
25
25
$ this ->addTitleTab ($ this ->translate ('Kubernetes ' ));
26
+ $ this ->controls ->addAttributes (['class ' => 'no-shadow ' ]);
26
27
27
28
$ cluster = (new ClusterForm ())
28
29
->addAttributes (new Attributes (['class ' => 'cluster-form ' ]))
Original file line number Diff line number Diff line change @@ -29,10 +29,13 @@ pre {
29
29
}
30
30
31
31
.controls {
32
- // Copied from Icinga DB Web
33
- -moz-box-shadow : 0 0 0 1px var (--gray-lighter , #4b4b4b );
34
- -webkit-box-shadow : 0 0 0 1px var (--gray-lighter , #4b4b4b );
35
- box-shadow : 0 0 0 1px var (--gray-lighter , #4b4b4b );
32
+
33
+ & :not (.no-shadow ) {
34
+ // Copied from Icinga DB Web
35
+ -moz-box-shadow : 0 0 0 1px var (--gray-lighter , #4b4b4b );
36
+ -webkit-box-shadow : 0 0 0 1px var (--gray-lighter , #4b4b4b );
37
+ box-shadow : 0 0 0 1px var (--gray-lighter , #4b4b4b );
38
+ }
36
39
37
40
a .subject {
38
41
cursor : default ;
You can’t perform that action at this time.
0 commit comments