mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
10887 - Fixes icon position beside Cell and Run all in notebook toolbar. (#10897)
This commit is contained in:
@@ -474,7 +474,8 @@ Includes non-masked style declarations. */
|
|||||||
.masked-pseudo:before {
|
.masked-pseudo:before {
|
||||||
height: 23px;
|
height: 23px;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 2px;
|
top: 50%;
|
||||||
|
transform: translateY(-50%);
|
||||||
width: 30px;
|
width: 30px;
|
||||||
}
|
}
|
||||||
.masked-pseudo-after:after {
|
.masked-pseudo-after:after {
|
||||||
|
|||||||
Reference in New Issue
Block a user