diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-01-23 11:13:18 +0100 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-01-23 11:13:18 +0100 |
commit | 72efe134f645a5212f875c153dd8db4a64cbe968 (patch) | |
tree | d23229285071bf381515657b94919852ebf426c9 /themer/gen/themer-atom-ui/themer-dark-ui/styles/tabs.less | |
parent | e33d5f8d10d34e5a3a4bb292015961dd574f4c93 (diff) | |
download | dotfiles-72efe134f645a5212f875c153dd8db4a64cbe968.tar.gz dotfiles-72efe134f645a5212f875c153dd8db4a64cbe968.zip |
changes
Diffstat (limited to 'themer/gen/themer-atom-ui/themer-dark-ui/styles/tabs.less')
-rw-r--r-- | themer/gen/themer-atom-ui/themer-dark-ui/styles/tabs.less | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/themer/gen/themer-atom-ui/themer-dark-ui/styles/tabs.less b/themer/gen/themer-atom-ui/themer-dark-ui/styles/tabs.less deleted file mode 100644 index d7d1bcd..0000000 --- a/themer/gen/themer-atom-ui/themer-dark-ui/styles/tabs.less +++ /dev/null @@ -1,44 +0,0 @@ - -.tab-bar { - background-color: @tab-bar-background-color; - border-bottom: 1px solid @base-border-color; - - .tab { - color: @text-color; - height: @tab-height; - line-height: @tab-height; - font-size: @font-size; - border-right: 1px solid @tab-border-color; - background-color: @tab-background-color; - &.active { - color: @text-color-selected; - background-color: @tab-background-color-active; - } - - &.modified:not(:hover) .close-icon { - top: 50%; - right: @component-padding + 4px; // 4px -> half of icon size - margin-top: -3px; - border-color: @text-color-info; - } - &.modified:hover .close-icon { - color: currentColor; - } - - .close-icon:hover { - color: @text-color-error; - } - &.active .close-icon:hover { - color: @text-color-error; - } - - &.is-dragging { - background: darken(@tab-background-color, 10%); - border-color: transparent; - opacity: .5; - & .close-icon { - visibility: hidden; - } - } - } -} |