mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
Fix how help bubble appear in tables
This commit is contained in:
@ -228,8 +228,16 @@ br[data-x-br] {
|
|||||||
opacity: .8;
|
opacity: .8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui_text_wrap {
|
tr:has(.ui_help) td:not(:hover) .ui_help {
|
||||||
float: right;
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:has(.ui_help) td.ui_form_label .ui_help {
|
||||||
|
visibility: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
td:not(:hover) .ui_link_help {
|
||||||
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui_link_help {
|
.ui_link_help {
|
||||||
@ -238,8 +246,8 @@ br[data-x-br] {
|
|||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
td:not(:hover) .ui_link_help {
|
.ui_text_wrap {
|
||||||
visibility: hidden;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-tooltip][aria-label] {
|
[data-tooltip][aria-label] {
|
||||||
|
Reference in New Issue
Block a user