Skip to content
Snippets Groups Projects
Commit ef0146b1 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[dome] remove old splitter styles

parent 57bc36d6
No related branches found
No related tags found
No related merge requests found
...@@ -121,14 +121,14 @@ ...@@ -121,14 +121,14 @@
.dome-xSplitter-hfold { .dome-xSplitter-hfold {
flex: none; flex: none;
min-width: 30px; min-width: 32px;
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
} }
.dome-xSplitter-vfold { .dome-xSplitter-vfold {
flex: none; flex: none;
min-height: 30px; min-height: 32px;
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
} }
...@@ -197,44 +197,6 @@ ...@@ -197,44 +197,6 @@
background: #d6d6d6 ; background: #d6d6d6 ;
} }
/* --- DEPRECATED --- */
.dome-xSplitPane {
position: relative ;
}
.dome-xSplitter-grab {
z-index: 1 ;
position: relative ;
border: 0 ;
}
.dome-xSplitter-h {
left: -1px ;
width: 3px ;
height: 100% ;
cursor: col-resize ;
}
.dome-xSplitter-v {
top: -1px ;
height: 3px ;
width: 100% ;
cursor: row-resize ;
}
.dome-window-active .dome-xSplitLine {
background: #afafaf ;
}
.dome-window-inactive .dome-xSplitLine {
background: #d6d6d6 ;
}
.dome-xSplitPane, .dome-xSplitLine {
transition: all 0.1s ease-out ;
}
/* -------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------- */
/* --- GridLayout Styles --- */ /* --- GridLayout Styles --- */
/* -------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------- */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment