Change tab hide button icon to an eye and add search option

This commit is contained in:
Nick O'Leary
2021-12-01 17:54:17 +00:00
parent d9f976baea
commit dcea382b38
6 changed files with 96 additions and 54 deletions

View File

@@ -389,7 +389,19 @@ i.red-ui-tab-icon {
vertical-align: top;
}
.red-ui-tab-hide {
.fa-eye-slash {
display: none;
}
&:hover {
.fa-eye-slash {
display: inline
}
.fa-eye {
display: none
}
}
}
.red-ui-tab-close {
display: none;
background: $tab-background-inactive;