fix table actions click

This commit is contained in:
Anton Schubert 2017-08-30 13:27:04 +02:00
parent 934376e66a
commit 3ceb1a2c1a

View File

@ -115,7 +115,7 @@
</script>
<style lang="less">
@import "../mixins";
@import "~mixins";
.list-item {
display: inline-block;
@ -148,8 +148,6 @@
}
.table_cell {
// display: table-cell;
/* vertical-align: middle; */
font-size: 13px;
padding: 10px 15px;
@ -312,6 +310,7 @@
&.open {
.actions_btn {color: white; &:hover{color: black;}}
.actions_container {
pointer-events: all;
z-index: 10;
opacity: 1;
}