diff options
Diffstat (limited to 'server/sonar-web/src/main/js/components/workspace/styles.css')
-rw-r--r-- | server/sonar-web/src/main/js/components/workspace/styles.css | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/server/sonar-web/src/main/js/components/workspace/styles.css b/server/sonar-web/src/main/js/components/workspace/styles.css index 605293dc8d1..5b8a02ddf83 100644 --- a/server/sonar-web/src/main/js/components/workspace/styles.css +++ b/server/sonar-web/src/main/js/components/workspace/styles.css @@ -17,48 +17,6 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -.workspace-nav { - position: fixed; - z-index: 451; - bottom: 0; - right: 0; - height: 28px; -} - -.workspace-nav-list { - float: right; -} - -.workspace-nav-item { - position: relative; - display: inline-flex; - align-items: center; - margin-right: var(--gridSize); -} - -.workspace-nav-item-link { - display: inline-flex; - align-items: center; - height: 28px; - padding: 0 calc(3.5 * var(--gridSize)) 0 var(--gridSize); - border: none; - background-color: var(--gray40); - color: #fff; - font-size: var(--smallFontSize); -} - -.workspace-nav-item-link:hover, -.workspace-nav-item-link:focus { - color: #fff; - opacity: 0.9; -} - -.workspace-nav-item-close { - position: absolute; - right: 4px; - top: 4px; -} - .workspace-viewer { position: fixed; z-index: 450; @@ -70,27 +28,6 @@ box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175); } -.workspace-viewer-header { - position: relative; - height: 30px; - padding: 3px 10px; - box-sizing: border-box; - background-color: var(--gray40); - color: #fff; - font-weight: 300; -} - -.workspace-viewer-name { - float: left; - line-height: var(--controlHeight); - color: #fff; - font-weight: 400; -} - -.workspace-viewer-name i { - margin-top: 3px; -} - .workspace-viewer-resize { position: absolute; top: 3px; @@ -102,19 +39,6 @@ cursor: ns-resize; } -.workspace-viewer-actions { - float: right; -} - -.workspace-viewer-actions a { - color: inherit; -} - -.workspace-header-icon:hover path, -.workspace-header-icon:focus path { - color: var(--gray40); -} - .workspace-viewer-container { height: calc(40vh - 30px); min-height: 100px; |