N°3923 Cleanup css files

This commit is contained in:
Stephen Abello
2021-05-26 15:55:57 +02:00
parent 3853d38d69
commit c9171ef30e
2 changed files with 12 additions and 47 deletions

View File

@@ -100,14 +100,6 @@ $ibo-input-select--action-button--padding-right: 2px !default;
.ibo-input-select-wrapper--with-buttons {
position: relative;
display: flex;
> .selectize-control {
}
&:hover .ibo-input-select--action-buttons {
opacity: 1.0;
}
}
.ibo-input-select-container {
@@ -146,13 +138,6 @@ $ibo-input-select--action-button--padding-right: 2px !default;
bottom: 0;
top: 0;
right: 0;
opacity: 0.0;
-webkit-transition: all 2300ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.ibo-input-select-wrapper .ibo-input-select--action-buttons{
@@ -177,35 +162,3 @@ $ibo-input-select--action-button--padding-right: 2px !default;
background-color: #f5fafd;
color: #495c68;
}
//from jqueryui.css
.ui-helper-hidden-accessible {
// border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
#stuff {
opacity: 0.0;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
#hover {
width: 80px;
height: 20px;
background-color: green;
margin-bottom: 15px;
}
#hover:hover + #stuff {
opacity: 1.0;
}

View File

@@ -562,4 +562,16 @@ $ibo-vendors-jqueryui--ui-slider--ui-slider-handle--hover--border-color: $ibo-co
}
.ui-menu-item{
@extend .ibo-popover-menu--item;
}
// Helper
.ui-helper-hidden-accessible {
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}