mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
UX: BackButton left arrow icon (#22369)
* Adding new svg for back arrow button * Created new back button component * same stroke width * minor fix * Style changes * hover animation * Minor tweak
This commit is contained in:
@@ -207,28 +207,6 @@ i.navbar-page-btn__search {
|
||||
padding-right: 13px;
|
||||
}
|
||||
|
||||
.navbar-edit__back-btn {
|
||||
background: transparent;
|
||||
border: 2px solid $text-color;
|
||||
border-radius: 50%;
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
transition: transform 0.1s ease 0.1s;
|
||||
color: $text-color;
|
||||
|
||||
i {
|
||||
font-size: $font-size-lg;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
right: 1px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $text-color-strong;
|
||||
border-color: $text-color-strong;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-settings-title {
|
||||
display: block;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user