Remove unused CSS class targets.
Signed-off-by: Gökay Şatır <gokaysatir@collabora.com> Change-Id: Ibf93bf3f28b6ae06374bc992cc733f9ad9b0a419
This commit is contained in:
parent
975385f0d2
commit
5a28490394
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue