Fix IE11 SNMP edit bug
- Removes edit button from form
- Removes focus-within (not compatible with IE11 and Edge)
and pointer-event
Tested:
- Input fields are editable and can be saved
- DAP violations and page layout consistency will be addressed
in separate commit
Signed-off-by: Dixsie Wolmers <dixsiew@gmail.com>
Change-Id: I2ccd06802137c2969fec686abc5b5f8e785725b6
diff --git a/app/configuration/styles/snmp.scss b/app/configuration/styles/snmp.scss
index f7df1c4..08429c8 100644
--- a/app/configuration/styles/snmp.scss
+++ b/app/configuration/styles/snmp.scss
@@ -15,12 +15,10 @@
display: none;
}
.manager_group {
- border-bottom: 1px solid $border-color-02;
&.ng-invalid {
input {
color: black;
border-style: solid;
- pointer-events: auto;
}
.help__text {
display: block;
@@ -43,27 +41,7 @@
.snmp__address {
padding: .3em 1em .3em 0;
}
- .snmp__fields {
- input {
- border-style: none;
- pointer-events: none;
- color: $text-02;
- height: 2.4em;
- }
- &:focus-within {
- input {
- color: $primary-dark;
- border-style: solid;
- pointer-events: auto;
- }
- .form-error {
- display: block;
- }
- .help__text {
- display: block;
- }
- }
- }
+
.snmp__buttons {
text-align: right;
.btn{