Move styles to .css file and remove redundant class rules.
This commit is contained in:
76
styles.css
76
styles.css
@@ -10,27 +10,57 @@
|
||||
cursor: text; */
|
||||
}
|
||||
|
||||
.bes-correction-panel-scroll {
|
||||
pointer-events: none !important;
|
||||
box-shadow: initial !important;
|
||||
box-sizing: initial !important;
|
||||
cursor: initial !important;
|
||||
display: block !important;
|
||||
float: initial !important;
|
||||
max-height: initial !important;
|
||||
min-height: initial !important;
|
||||
max-width: initial !important;
|
||||
min-width: initial !important;
|
||||
position: absolute !important;
|
||||
height: initial !important;
|
||||
width: initial !important;
|
||||
animation: auto ease 0s 1 normal none running none !important;
|
||||
background: transparent !important;
|
||||
border-width: initial !important;
|
||||
border-style: none !important;
|
||||
border-color: initial !important;
|
||||
border-image: initial !important;
|
||||
margin: 0px !important;
|
||||
outline: initial !important;
|
||||
padding: 0px !important;
|
||||
.bes-correction-panel-parent {
|
||||
z-index: auto;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 0;
|
||||
height: 0;
|
||||
display: inline;
|
||||
float: left;
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.bes-correction-panel {
|
||||
background: transparent;
|
||||
border: none;
|
||||
color: transparent;
|
||||
cursor: initial;
|
||||
display: block;
|
||||
float: initial;
|
||||
margin: 0;
|
||||
max-height: initial;
|
||||
min-height: initial;
|
||||
max-width: initial;
|
||||
min-width: initial;
|
||||
outline: initial;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
pointer-events: none;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.bes-correction-panel-scroll {
|
||||
pointer-events: none;
|
||||
box-shadow: initial;
|
||||
box-sizing: initial;
|
||||
cursor: initial;
|
||||
display: block;
|
||||
float: initial;
|
||||
max-height: initial;
|
||||
min-height: initial;
|
||||
max-width: initial;
|
||||
min-width: initial;
|
||||
position: absolute;
|
||||
height: initial;
|
||||
width: initial;
|
||||
animation: auto ease 0s 1 normal none running none;
|
||||
background: transparent;
|
||||
border-width: initial;
|
||||
border-style: none;
|
||||
margin: 0px;
|
||||
outline: initial;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user