mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-29 05:00:06 +02:00

* Reapply "[web] Migrate metrics module Pug files to Bootstrap 5 (#25745)" This reverts commit 0962383998f29313cc1fa33b98255a38896738a0. * Remove foot-scripts from metricsApp.pug * Fix loading-overlay position * Hide carets on print display * Fix Dropdown * Fix Tooltips GitOrigin-RevId: 754d9a004f7b476578ee20565203aef98b08bbf4
13 lines
129 B
SCSS
13 lines
129 B
SCSS
.nvd3 {
|
|
.nv-axis {
|
|
.tick {
|
|
line {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
|
|
path.domain {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
}
|