mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
kill clear-float
This commit is contained in:
parent
f4aacfc23e
commit
81fbb3bc93
@ -29,7 +29,6 @@ class SymbolsView extends SelectList
|
|||||||
else
|
else
|
||||||
text = fs.base(file)
|
text = fs.base(file)
|
||||||
@div text, class: 'function-details'
|
@div text, class: 'function-details'
|
||||||
@div class: 'clear-float'
|
|
||||||
|
|
||||||
toggleFileSymbols: ->
|
toggleFileSymbols: ->
|
||||||
if @hasParent()
|
if @hasParent()
|
||||||
|
@ -24,7 +24,3 @@ html, body,
|
|||||||
.wrap-guide {
|
.wrap-guide {
|
||||||
background: rgba(150, 150, 150, 0.1);
|
background: rgba(150, 150, 150, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.clear-float {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
@ -19,8 +19,4 @@ html, body,
|
|||||||
.error {
|
.error {
|
||||||
background: #991212 !important;
|
background: #991212 !important;
|
||||||
-webkit-transition: background 300ms ease-out;
|
-webkit-transition: background 300ms ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clear-float {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user