From 80f12d79251d28679becff126a4da095eb52f640 Mon Sep 17 00:00:00 2001 From: Gustavo Sampaio Date: Sat, 21 Oct 2017 21:49:22 -0300 Subject: Show url when mouse enters a link This resolves #47 --- src/styles/status-bar-target-url.scss | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/styles/status-bar-target-url.scss (limited to 'src/styles/status-bar-target-url.scss') diff --git a/src/styles/status-bar-target-url.scss b/src/styles/status-bar-target-url.scss new file mode 100644 index 000000000..9a45314fb --- /dev/null +++ b/src/styles/status-bar-target-url.scss @@ -0,0 +1,33 @@ +@import './config.scss'; + +.status-bar-target-url { + // width: 100%; + height: auto; + background: $theme-gray-lighter; + padding: 2px 20px 2px 10px; + position: absolute; + // z-index: 100; + box-shadow: 0 0 8px rgba(black, 0.2); + + color: $theme-gray-dark; + + .status-bar-target-url__content { + height: auto; + + .mdi { + margin-right: 5px; + } + } + + &.status-bar-target-url--bottom { + order: 10; + bottom: 0; + border-top-right-radius: 5px; + } + + &.status-bar-target-url--top { + order: 10; + top: 0; + border-bottom-right-radius: 5px; + } +} -- cgit v1.2.3-70-g09d2