mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
refactor(app): replace angularjs tooltip with react [EE-3606] (#7172)
* refactor(app): replace angularjs tooltip with react
This commit is contained in:
parent
ebc0a8c772
commit
d7306fb22e
61 changed files with 146 additions and 227 deletions
11
app/assets/css/bootstrap-override.css
vendored
11
app/assets/css/bootstrap-override.css
vendored
|
@ -488,10 +488,9 @@ input:checked + .slider:before {
|
|||
/* Feather Icon Variants */
|
||||
|
||||
.feather {
|
||||
display: block;
|
||||
color: var(--text-body-color);
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.icon-xs {
|
||||
|
@ -581,3 +580,7 @@ input:checked + .slider:before {
|
|||
content: '*';
|
||||
color: var(--ui-error-9);
|
||||
}
|
||||
|
||||
.control-label {
|
||||
@apply inline-flex items-center;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue