Update styles and fix hover border behavior
Added a border-radius reset for `.md-top` and adjusted button hover styles to ensure consistent border color behavior. Minor font adjustments in the related HTML file were also included.
This commit is contained in:
@@ -204,6 +204,9 @@ a.headerlink{
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.md-top{
|
||||
border-radius: 0;
|
||||
}
|
||||
// Buttons im CI-Design
|
||||
.md-button {
|
||||
|
||||
@@ -218,7 +221,7 @@ a.headerlink{
|
||||
@include transition;
|
||||
|
||||
&:hover{
|
||||
border-color: var(--md-primary-fg-color) !important;
|
||||
border-color: #8a44bd !important;
|
||||
transform: translateY(8px);
|
||||
@include transition;
|
||||
}
|
||||
@@ -282,7 +285,7 @@ a.headerlink{
|
||||
|
||||
&:hover {
|
||||
background-color: var(--md-primary-fg-color--light);
|
||||
border-color: var(--md-primary-fg-color--light);
|
||||
border-color: var(--md-primary-fg-color--light) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user