summaryrefslogtreecommitdiffstats
path: root/app/configuration/styles/network.scss
diff options
context:
space:
mode:
authorbeccabroek <beccabroek@gmail.com>2018-09-13 14:39:23 -0500
committerEd Tanous <ed.tanous@intel.com>2018-09-18 21:18:09 +0000
commitcff615087151fae06ad9d5259ab0fb3bb6a2dd4e (patch)
treefa84d7d5c905f0f362a0e5dc1a709d69e2f5a1ba /app/configuration/styles/network.scss
parent295bcee474724ddf9210e16a2477226b57a2b3fd (diff)
downloadphosphor-webui-cff615087151fae06ad9d5259ab0fb3bb6a2dd4e.tar.gz
phosphor-webui-cff615087151fae06ad9d5259ab0fb3bb6a2dd4e.zip
Button to remove DNS server
Added button to remove DNS server from Nameservers list. Resolves openbmc/phosphor-webui#11 Tested: Added and was able to remove DNS servers from list. Page updated appropriately. Change-Id: I64e9d2499465f1aa5f9f34c831961578abf32b2b Signed-off-by: beccabroek <beccabroek@gmail.com>
Diffstat (limited to 'app/configuration/styles/network.scss')
-rw-r--r--app/configuration/styles/network.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/configuration/styles/network.scss b/app/configuration/styles/network.scss
index 26653fd..db32e98 100644
--- a/app/configuration/styles/network.scss
+++ b/app/configuration/styles/network.scss
@@ -47,4 +47,13 @@
{
margin-left: 3em;
}
+ .dns__server-remove {
+ color: $medblue;
+ height: 2.1em;
+ opacity: 1;
+ margin-left: 1em;
+ &:hover {
+ cursor: pointer;
+ }
+ }
}
OpenPOWER on IntegriCloud