Hide keyboard shortcut hints in header
This commit is contained in:
parent
ab0ad2c30d
commit
d0ae72ea2b
1 changed files with 14 additions and 0 deletions
|
|
@ -166,6 +166,20 @@ def get_custom_css():
|
|||
[data-testid="stHeader"] > div {
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
/* Hide keyboard shortcut hints */
|
||||
[data-testid="stDecoration"] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.stDecorationBar {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Hide the keyboard shortcut text */
|
||||
button[kind="header"] span {
|
||||
display: none !important;
|
||||
}
|
||||
</style>
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue