Remove not needed CSS for span elements
These do not have any border by default, so there is no need to remove it. Issue #13777 Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
43cbcf6bd0
commit
8109763b75
@ -3383,11 +3383,3 @@ body .ui-dialog .ui-button-text-only .ui-button-text {
|
||||
#name-panel {
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#page_name {
|
||||
border:none;
|
||||
}
|
||||
|
||||
#saved_state {
|
||||
border:none;
|
||||
}
|
||||
|
||||
@ -3627,11 +3627,3 @@ body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
||||
#name-panel {
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
#page_name {
|
||||
border:none;
|
||||
}
|
||||
|
||||
#saved_state {
|
||||
border:none;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user