قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-22 06:57:53 +00:00

* remove old materialize css * add new materlialize css * update paths of materialize css * fix visibility of normal selects * fix selected in segmentation layer * fix style for disabled selects * update materializecss to 1.2.0 * update/fix some ui tests * update materializecss to 1.2.1 * Apply patch from https://github.com/materializecss/materialize/pull/331 * update expected test files * ignore list elements for modal buttons * update expected test files * update materializecss to 1.2.2 * fix ui test * Update UI test screenshots --------- Co-authored-by: Ben <ben.burgess@innocraft.com>
33 خطوط
600 B
SCSS
Vendored
33 خطوط
600 B
SCSS
Vendored
.material-tooltip {
|
|
padding: 10px 8px;
|
|
font-size: 1rem;
|
|
z-index: 2000;
|
|
background-color: transparent;
|
|
border-radius: 2px;
|
|
color: #fff;
|
|
min-height: 36px;
|
|
line-height: 120%;
|
|
opacity: 0;
|
|
position: absolute;
|
|
text-align: center;
|
|
max-width: calc(100% - 4px);
|
|
overflow: hidden;
|
|
left: 0;
|
|
top: 0;
|
|
pointer-events: none;
|
|
visibility: hidden;
|
|
background-color: #323232;
|
|
}
|
|
|
|
.backdrop {
|
|
position: absolute;
|
|
opacity: 0;
|
|
height: 7px;
|
|
width: 14px;
|
|
border-radius: 0 0 50% 50%;
|
|
background-color: #323232;
|
|
z-index: -1;
|
|
transform-origin: 50% 0%;
|
|
visibility: hidden;
|
|
}
|