Compare commits
No commits in common. "2b6b9aee28305ab4e56bb9c34a73818984997215" and "01c2ea90445d7c48c8e79fb871be55be216fff7e" have entirely different histories.
2b6b9aee28
...
01c2ea9044
2 changed files with 3 additions and 6 deletions
|
|
@ -3,14 +3,12 @@ import QtQuick
|
|||
import QtQuick.Controls
|
||||
|
||||
Pane {
|
||||
id: pane
|
||||
|
||||
padding: 24
|
||||
background: Rectangle {
|
||||
color: "transparent"
|
||||
border.width: Styling.theme.border
|
||||
border.color: pane.hovered ? Styling.theme.accent : Styling.theme.basecontent
|
||||
opacity: 0.2
|
||||
border.color: Styling.theme.basecontent
|
||||
opacity: 0.33
|
||||
Behavior on border.color {
|
||||
ColorAnimation {
|
||||
duration: Styling.animations.speed.fast
|
||||
|
|
|
|||
|
|
@ -36,8 +36,7 @@ TabButton {
|
|||
duration: Styling.animations.speed.normal
|
||||
}
|
||||
}
|
||||
border.width: 2
|
||||
border.color: control.checked ? Styling.theme.accent : "transparent"
|
||||
// radius: Styling.theme.radiusField
|
||||
}
|
||||
|
||||
HoverHandler {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue