File tree Expand file tree Collapse file tree
src/vs/workbench/browser/parts/statusbar/media Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949.monaco-workbench .part .statusbar > .statusbar-item .right + .statusbar-item .left {
5050 padding-left : 7px ;
5151}
52- .monaco-workbench .part .statusbar > .statusbar-item .has-background-color .left : first-child ,
53- .monaco-workbench .part .statusbar > .statusbar-item .right + .statusbar-item .has-background-color .left {
54- padding-right : 7px ; /* expand padding if background color is configured for the status bar entry to make it look centered properly */
55- }
52+
5653/* adding padding to the most right status bar item */
5754.monaco-workbench .part .statusbar > .statusbar-item .right : first-child {
5855 padding-right : 7px ;
5956}
57+
58+ /* tweak appearance for items with background to improve hover feedback */
59+ .monaco-workbench .part .statusbar > .statusbar-item .has-background-color .left : first-child ,
60+ .monaco-workbench .part .statusbar > .statusbar-item .right + .statusbar-item .has-background-color .left ,
6061.monaco-workbench .part .statusbar > .statusbar-item .has-background-color .right : first-child {
61- padding-left : 7px ; /* expand padding if background color is configured for the status bar entry to make it look centered properly */
62+ padding-right : 0 ;
63+ padding-left : 0 ;
64+ }
65+
66+ .monaco-workbench .part .statusbar > .statusbar-item .has-background-color .left > : first-child ,
67+ .monaco-workbench .part .statusbar > .statusbar-item .has-background-color .right > : first-child
68+ {
69+ margin-right : 0 ;
70+ margin-left : 0 ;
71+ padding-left : 10px ;
72+ padding-right : 10px ;
6273}
6374
6475.monaco-workbench .part .statusbar > .statusbar-item a {
You can’t perform that action at this time.
0 commit comments