mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Drop the .clearfix (old "fix" float stuff)
This commit is contained in:
parent
e417a2801b
commit
d64cfb96ad
5 changed files with 11 additions and 27 deletions
15
vendors/bootstrap/less/mixins.less
vendored
15
vendors/bootstrap/less/mixins.less
vendored
|
|
@ -6,21 +6,6 @@
|
|||
// UTILITY MIXINS
|
||||
// --------------------------------------------------
|
||||
|
||||
// Clearfix
|
||||
// --------
|
||||
// For clearing floats like a boss h5bp.com/q
|
||||
.clearfix {
|
||||
&::before,
|
||||
&::after {
|
||||
display: table;
|
||||
content: "";
|
||||
// Fixes Opera/contenteditable bug:
|
||||
// http://nicolasgallagher.com/micro-clearfix-hack/#comment-36952
|
||||
line-height: 0;
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
// Webkit-style focus
|
||||
// ------------------
|
||||
.tab-focus() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue