shell/workbench css cleanup

This commit is contained in:
Benjamin Pasero
2017-03-13 17:54:50 +01:00
parent 698b667397
commit da085dfc2e
4 changed files with 149 additions and 178 deletions

View File

@@ -6,37 +6,4 @@
.context-view {
position: absolute;
z-index: 1000;
}
/* Tooltips */
.context-view .tooltip {
padding: 5px;
position: relative;
margin-top: 4px;
margin-right: 4px;
max-width: 350px;
-webkit-animation: fadeIn 0.15s linear;
-o-animation: fadeIn 0.15s linear;
-moz-animation: fadeIn 0.15s linear;
-ms-animation: fadeIn 0.15s linear;
animation: fadeIn 0.15s linear;
}
.context-view .tooltip:before,
.context-view .tooltip:after {
content: '';
position: absolute;
border-color: transparent;
border-style: solid;
}
.context-view.bottom.right .tooltip:before {
top: -12px;
right: 12px;
}
.context-view.bottom.right .tooltip:after {
top: -9px;
right: 13px;
}