File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed
src/vs/workbench/browser/parts/statusbar/media Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change 9090 border-right : 5px solid transparent;
9191}
9292
93- .monaco-workbench .part .statusbar > .items-container > .statusbar-item .left .first-visible-item {
94- padding-left : 7px ; /* Add padding to the most left status bar item */
95- }
96-
93+ .monaco-workbench .part .statusbar > .items-container > .statusbar-item .left .first-visible-item ,
9794.monaco-workbench .part .statusbar > .items-container > .statusbar-item .right .last-visible-item {
98- margin-right : 7px ; /* Add margin to the most right status bar item. Margin is used to position beak properly. */
99- }
100-
101- .monaco-workbench .part .statusbar > .items-container > .statusbar-item .left .first-visible-item > .statusbar-item-label ,
102- .monaco-workbench .part .statusbar > .items-container > .statusbar-item .right .last-visible-item > .statusbar-item-label {
103- /* As such, clear margins on label*/
104- margin-right : 0 ;
105- margin-left : 0 ;
106- }
107-
108- .monaco-workbench .part .statusbar > .items-container > .statusbar-item .has-background-color .left .first-visible-item ,
109- .monaco-workbench .part .statusbar > .items-container > .statusbar-item .has-background-color .right .last-visible-item {
110- /* Tweak appearance for items with background to improve hover feedback */
11195 padding-right : 0 ;
11296 padding-left : 0 ;
11397}
143127 margin-right : 0 ;
144128}
145129
130+ .monaco-workbench .part .statusbar > .items-container > .statusbar-item .left .first-visible-item > .statusbar-item-label ,
131+ .monaco-workbench .part .statusbar > .items-container > .statusbar-item .right .last-visible-item > .statusbar-item-label ,
146132.monaco-workbench .part .statusbar > .items-container > .statusbar-item .has-background-color > .statusbar-item-label {
147133 margin-left : 0 ;
148134 margin-right : 0 ;
You can’t perform that action at this time.
0 commit comments