Remove unused CSS class targets.

Signed-off-by: Gökay Şatır <gokaysatir@collabora.com>
Change-Id: Ibf93bf3f28b6ae06374bc992cc733f9ad9b0a419
pull/9012/head
Gökay Şatır 2024-05-06 17:18:37 +03:00 committed by Gökay ŞATIR
parent 975385f0d2
commit 5a28490394
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* CSS specific for desktop browsers. */
/* Related to selectionMarkers.css on formulabar*/
#tb_formulabar_item_formula .inputbar_selection_handles *{
.inputbar_selection_handles *{
background-size: 20px;
background-position-y: top;
width: 20px;
@ -9,7 +9,7 @@
margin-left: 1px !important;
transform: translateY(-12px);
}
#tb_formulabar_item_formula .inputbar_selection_handles .text-selection-handle-start{
.inputbar_selection_handles .text-selection-handle-start{
margin-left: -20px !important;
}