This file is indexed.

/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/project/app_catalog/app_catalog.scss is in python-app-catalog-ui 1.0.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
.app_catalog_grid_item_hidden {
    height: 172px;
    width: 182px;
    margin: -170px 0px 0px -10px;
    opacity: 1;
    overflow: hidden;
    display: block;
    position: relative;
    background: rgba(0, 0, 0, .25);
    z-index: 100;
}